menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachine - UWP 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.dll
    Syntax
    public class SupportVectorMachine : Object

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved