The decision function of one binary sub-problem: it holds the lagrange multipliers of the samples and the bias term.
decision_function
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.Procedures.decision_function
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | Display this decision function as a json string. |
03 Properties
04 Members
ToString
Display this decision function as a json string.
Returns
A json text which describes this decision function.
alpha
The lagrange multiplier of each training sample.
Returns
An array of the alpha values.
rho
The bias term of the decision function.
Returns
A Double value.