WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachineModel - WPF 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.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    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 SupportVectorMachineModel : Model

    Constructors

    SupportVectorMachineModel()

    Declaration
    public SupportVectorMachineModel()

    Properties

    KernelType

    Gets the "KernelType"

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

    LocalTransformations

    Gets the "LocalTransformations" value

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

    MiningSchema

    Gets the "MiningSchema" value

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

    Output

    Gets the "Output" value

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

    PolynomialKernelType

    Gets the "PolynomialKernelType" value

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

    RadialBasisKernelType

    Gets the "RadialBasisKernelType" value

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

    SigmoidKernelType

    Gets the "SigmoidKernelType" value

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

    Targets

    Gets the "Targets" value

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

    Threshold

    Gets the "threshold" value

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

    VectorDictionary

    Gets the "VectorDictionary" value

    Declaration
    public VectorDictionary VectorDictionary { get; }
    Property Value
    Type Description
    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"

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