Class TargetValueCounts
Represents the methods and properties for TargetValueCount element collection
Inheritance
System.Object
TargetValueCounts
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class TargetValueCounts : Object
Constructors
TargetValueCounts()
Declaration
public TargetValueCounts()
Methods
GetTargetValueCount()
Returns the List of TargetValueCount values
Declaration
public List<TargetValueCount> GetTargetValueCount()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TargetValueCount> | List of TargetValueCount values |