Class RegressionModel
Represents the methods and properties for RegressionModel element and its attributes
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class RegressionModel : Model
Constructors
RegressionModel()
Declaration
public RegressionModel()
Properties
LocalTransformations
Gets the "LocalTransformations" value
Declaration
public LocalTransformations LocalTransformations { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalTransformations |
MiningSchema
Gets the "MiningSchema" value
Declaration
public MiningSchema MiningSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| MiningSchema |
Output
Gets the "Output" value
Declaration
public Output Output { get; set; }
Property Value
| Type | Description |
|---|---|
| Output |
Methods
GetRegressionTable()
Returns the list if RegressionTable values
Declaration
public List<RegressionTable> GetRegressionTable()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<RegressionTable> | List if Regression Table values |