Class containing the routines to train SVM models.
Training
01 Syntax
Microsoft.VisualBasic.MachineLearning.SVM.Training
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| PerformCrossValidation | 1 | Performs cross validation. |
| Train | 1 | Trains a model using the provided training data and parameters. |
| SetRandomSeed | 1 |
03 Members
Performs cross validation.
Parameters
| Name | Type | Description |
|---|---|---|
problem | Problem | The training data |
parameters | Parameter | The parameters to test |
nrfold | Int32 | The number of cross validations to use |
Returns
The cross validation score
Trains a model using the provided training data and parameters.
Parameters
Returns
A trained SVM Model
SetRandomSeed(
Int32)