Class DiscretizeBin
Represents the methods and properties for DiscretizeBin element and its attributes
Inheritance
System.Object
DiscretizeBin
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class DiscretizeBin : Object
Constructors
DiscretizeBin()
Declaration
public DiscretizeBin()
Properties
BinValue
Gets the "binValue" attributes value
Declaration
public string BinValue { get; }
Property Value
Type |
---|
System.String |
Interval
Gets the "Interval" elements value
Declaration
public Interval Interval { get; }
Property Value
Type |
---|
Interval |