Class PredictorToParameterCell
Represents the properties for PredictorToParameterCell element and its attributes
Inheritance
System.Object
PredictorToParameterCell
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class PredictorToParameterCell : Object
Constructors
PredictorToParameterCell()
Declaration
public PredictorToParameterCell()
Properties
ParameterName
Gets the parameter Name
Declaration
public string ParameterName { get; }
Property Value
Type | Description |
---|---|
System.String |
PredictorName
Gets the predictor Name
Declaration
public string PredictorName { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetCategory
Gets the target category value
Declaration
public string TargetCategory { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the PPcell value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |