Class SupportVectorMachineModel
Represents the methods and properties for SupportVectorMachineModel element and its attributes
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 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" |