Class CategoricalPredictor
Represents the properties for CategoricalPredictor element and its attributes
Inheritance
System.Object
CategoricalPredictor
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 CategoricalPredictor
Constructors
CategoricalPredictor()
Declaration
public CategoricalPredictor()
Properties
Coefficient
Gets "Coefficient" value
Declaration
public double Coefficient { get; }
Property Value
Type |
---|
System.Double |
Name
Gets "Name" value
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
Value
Gets "Value"
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |