Class PredictorTerm
Represents the methods and properties for PredictorTerm element and its attributes
Inheritance
System.Object
PredictorTerm
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class PredictorTerm : Object
Constructors
PredictorTerm()
Declaration
public PredictorTerm()
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 |