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