menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachine - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SupportVectorMachine

    Represents the methods and properties for SupportVectorMachine element and its attributes

    Inheritance
    System.Object
    SupportVectorMachine
    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 SupportVectorMachine

    Constructors

    SupportVectorMachine()

    Declaration
    public SupportVectorMachine()

    Properties

    AlternateTargetCategory

    Gets the "alternateTargetCategory" value

    Declaration
    public string AlternateTargetCategory { get; }
    Property Value
    Type
    System.String

    Coefficients

    Gets the "Coefficients" values

    Declaration
    public Coefficients Coefficients { get; }
    Property Value
    Type
    Coefficients

    Extension

    Gets the "Extension" values

    Declaration
    public Extension Extension { get; }
    Property Value
    Type
    Extension

    SupportVectors

    Gets the "SupportVectors" values

    Declaration
    public SupportVectors SupportVectors { get; }
    Property Value
    Type
    SupportVectors

    TargetCategory

    Gets the "targetCategory" value

    Declaration
    public string TargetCategory { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved