Class TargetValueCount
Represents the properties for TargetValueCount element and its attributes
Inheritance
System.Object
TargetValueCount
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class TargetValueCount : Object
Constructors
TargetValueCount()
Declaration
public TargetValueCount()
Properties
Count
Gets the "count" attribute value
Declaration
public double Count { get; }
Property Value
Type |
---|
System.Double |
Value
Gets the "value" attribute value
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |