Class SupportVectorMachine
Represents the methods and properties for SupportVectorMachine element and its attributes
Inheritance
System.Object
SupportVectorMachine
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 SupportVectorMachine
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 |