Class RegressionTable
Represents the methods and properties for RegressionTable element and its attributes
Inheritance
System.Object
RegressionTable
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class RegressionTable : Object
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 |