public final class EncodeSVMProblem
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static svm_problem |
encode(MLDataSet training,
int outputIndex)
Encode the Encog dataset.
|
public static svm_problem encode(MLDataSet training, int outputIndex)
training - The training data.outputIndex - The ideal element to use, this is necessary because SVM's have
only a single output. This value is typically zero.