Uses of Class
org.machinelearning.svm.libsvm.svm_problem
-
Packages that use svm_problem Package Description com.actelion.research.calc.regression.svm org.machinelearning.svm.libsvm -
-
Uses of svm_problem in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm with parameters of type svm_problem Modifier and Type Method Description static java.lang.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, ProgressController pg)
-
Uses of svm_problem in org.machinelearning.svm.libsvm
Methods in org.machinelearning.svm.libsvm with parameters of type svm_problem Modifier and Type Method Description static java.lang.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)
-