Class PredictorToParameterCell
Represents the properties for PredictorToParameterCell element and its attributes
Inheritance
System.Object
PredictorToParameterCell
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 PredictorToParameterCell
Constructors
PredictorToParameterCell()
Declaration
public PredictorToParameterCell()
Properties
ParameterName
Gets the parameter Name
Declaration
public string ParameterName { get; }
Property Value
Type |
---|
System.String |
PredictorName
Gets the predictor Name
Declaration
public string PredictorName { get; }
Property Value
Type |
---|
System.String |
TargetCategory
Gets the target category value
Declaration
public string TargetCategory { get; }
Property Value
Type |
---|
System.String |
Value
Gets the PPcell value
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |