Class DiscretizeBin
Represents the methods and properties for DiscretizeBin element and its attributes
Inheritance
System.Object
DiscretizeBin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class DiscretizeBin
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 |