Class GeneralRegressionOptions
Represents the options to consider for Support vector machine Model
Inheritance
System.Object
GeneralRegressionOptions
Implements
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class GeneralRegressionOptions : Object, IModelOptions
Constructors
GeneralRegressionOptions()
Declaration
public GeneralRegressionOptions()
Properties
BinomialThreshold
Gets and sets the Threshold value for General regression model.
Declaration
public double BinomialThreshold { get; set; }
Property Value
Type |
---|
System.Double |