Class Discretize
Represents the methods and properties for Discretize element and its attributes
Inheritance
System.Object
Discretize
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class Discretize : Object
Constructors
Discretize()
Declaration
public Discretize()
Properties
DataType
Gets the "dataType" Attribute value
Declaration
public string DataType { get; }
Property Value
Type |
---|
System.String |
DefaultValue
Gets the "defaultvalue" Attribute value
Declaration
public string DefaultValue { get; }
Property Value
Type |
---|
System.String |
Field
Gets the "field" attribute value
Declaration
public string Field { get; }
Property Value
Type |
---|
System.String |
MapMissingTo
Gets the "mapMissingTo" attribute value
Declaration
public string MapMissingTo { get; }
Property Value
Type |
---|
System.String |
Methods
GetDiscretizeBin()
Returns the List of DiscretizeBin values
Declaration
public List<DiscretizeBin> GetDiscretizeBin()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<DiscretizeBin> | List of DiscretizeBin values |