WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachineOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SupportVectorMachineOptions

    Represents the options to consider for Support vector machine Model

    Inheritance
    System.Object
    SupportVectorMachineOptions
    Implements
    IModelOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Double

    Implements

    IModelOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved