Class LinearSVM
Represents the methods for Linear SVM technique
Inheritance
System.Object
LinearSVM
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class LinearSVM : Object
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 |