Class RegressionModel
Represents the methods and properties for RegressionModel element and its attributes
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 RegressionModel : Model
Constructors
RegressionModel()
Declaration
public RegressionModel()
Properties
LocalTransformations
Gets the "LocalTransformations" value
Declaration
public LocalTransformations LocalTransformations { get; set; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the "MiningSchema" value
Declaration
public MiningSchema MiningSchema { get; set; }
Property Value
Type |
---|
MiningSchema |
Output
Gets the "Output" value
Declaration
public Output Output { get; set; }
Property Value
Type |
---|
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 |