Class RegressionTable
Represents the methods and properties for RegressionTable element and its attributes
Inheritance
System.Object
RegressionTable
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 RegressionTable
Constructors
RegressionTable()
Declaration
public RegressionTable()
Properties
Intercept
Gets "Intercept" value
Declaration
public double Intercept { get; }
Property Value
Type |
---|
System.Double |
TargetCategory
Gets "TargetCategory" value
Declaration
public string TargetCategory { get; }
Property Value
Type |
---|
System.String |
Methods
GetCategoricalPredictors()
Returns the list of Categorical Predictor Value
Declaration
public List<CategoricalPredictor> GetCategoricalPredictors()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<CategoricalPredictor> | List of Categorical Predictor Value |
GetNumericPredictor()
Returns the list of Numerical Predictor Value
Declaration
public List<NumericPredictor> GetNumericPredictor()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<NumericPredictor> | List of Numerical Predictor Value |