|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use svm_problem | |
|---|---|
| org.encog.mathutil.libsvm | |
| org.encog.ml.svm.training | This package holds the classes used for SVM training. |
| Uses of svm_problem in org.encog.mathutil.libsvm |
|---|
| Methods in org.encog.mathutil.libsvm with parameters of type svm_problem | |
|---|---|
static String |
svm.svm_check_parameter(svm_problem prob,
svm_parameter param)
|
static void |
svm.svm_cross_validation(svm_problem prob,
svm_parameter param,
int nr_fold,
double[] target)
|
static svm_model |
svm.svm_train(svm_problem prob,
svm_parameter param)
|
| Uses of svm_problem in org.encog.ml.svm.training |
|---|
| Methods in org.encog.ml.svm.training that return svm_problem | |
|---|---|
static svm_problem |
EncodeSVMProblem.encode(MLDataSet training,
int outputIndex)
Encode the Encog dataset. |
svm_problem |
SVMTrain.getProblem()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||