Method | Description | |
---|---|---|
Iteration ( ) : void |
Perform either a train or a cross validation. If the folds property is greater than 1 then cross validation will be done. Cross validation does not produce a usable model, but it does set the error. If you are cross validating try C and Gamma values until you have a good error rate. Then use those values to train, producing the final model.
|
|
Pause ( ) : |
||
Resume ( |
||
SVMTrain ( |
Construct a trainer for an SVM network.
|
Method | Description | |
---|---|---|
Evaluate ( |
Evaluate the error for the specified model.
|
public final Pause ( ) : |
||
return |
public Resume ( |
||
state | ||
return | void |
public SVMTrain ( |
||
method | The network to train. | |
dataSet | IMLDataSet | The training data for this network. |
return | Encog.MathUtil.Error |