Class LinearSVM
Represents the methods for Linear SVM technique
Inheritance
System.Object
LinearSVM
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 LinearSVM
Constructors
LinearSVM(PMMLDocument)
Creates Instance for LinearSVM
Declaration
public LinearSVM(PMMLDocument document)
Parameters
Type | Name | Description |
---|---|---|
PMMLDocument | document | PMML Document |
Methods
GetPredictedOutcome(Dictionary<String, Object>)
Compare Results
Declaration
public double GetPredictedOutcome(Dictionary<string, object> fieldValuePair)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | fieldValuePair | Data field and value |
Returns
Type | Description |
---|---|
System.Double | Predicted Value |
GetPredictedOutcome(Dictionary<String, Object>, RegressionModel)
Compare and obtain output field matching results
Declaration
public double GetPredictedOutcome(Dictionary<string, object> fieldValuePair, RegressionModel regressionModel)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | fieldValuePair | Data field and value |
RegressionModel | regressionModel | Regression model |
Returns
Type | Description |
---|---|
System.Double | Predicted Value |