menu

UWP

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

    Show / Hide Table of Contents

    Class SupportVectorMachineModel

    Represents the methods and properties for SupportVectorMachineModel element and its attributes

    Inheritance
    System.Object
    Model
    SupportVectorMachineModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.dll
    Syntax
    public class SupportVectorMachineModel : Model

    Constructors

    SupportVectorMachineModel()

    Declaration
    public SupportVectorMachineModel()

    Properties

    KernelType

    Gets the "KernelType"

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

    LocalTransformations

    Gets the "LocalTransformations" value

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

    MiningSchema

    Gets the "MiningSchema" value

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

    Output

    Gets the "Output" value

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

    PolynomialKernelType

    Gets the "PolynomialKernelType" value

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

    RadialBasisKernelType

    Gets the "RadialBasisKernelType" value

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

    SigmoidKernelType

    Gets the "SigmoidKernelType" value

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

    Targets

    Gets the "Targets" value

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

    Threshold

    Gets the "threshold" value

    Declaration
    public double Threshold { get; }
    Property Value
    Type
    System.Double

    VectorDictionary

    Gets the "VectorDictionary" value

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

    Methods

    GetSupportVectorMachine()

    Returns list of "SupportVectorMachine" value

    Declaration
    public List<SupportVectorMachine> GetSupportVectorMachine()
    Returns
    Type Description
    System.Collections.Generic.List<SupportVectorMachine>

    Cloned list of "SupportVectorMachine"

    Extension Methods

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