Class SupportVectorMachine
Represents the methods and properties for SupportVectorMachine element and its attributes
Inheritance
System.Object
SupportVectorMachine
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.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 |