Class SupportVectorMachineOptions
Represents the options to consider for Support vector machine Model
Inheritance
System.Object
SupportVectorMachineOptions
Implements
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 SupportVectorMachineOptions : 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 |