menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachineOptions - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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

    Implements

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