Uses of Class
libsvm.svm_problem
- 
Packages that use svm_problem Package Description libsvm org.instantsvm  - 
- 
Uses of svm_problem in libsvm
Methods in libsvm with parameters of type svm_problem Modifier and Type Method Description static Stringsvm. svm_check_parameter(svm_problem prob, svm_parameter param)static voidsvm. svm_cross_validation(svm_problem prob, svm_parameter param, int nr_fold, double[] target)static svm_modelsvm. svm_train(svm_problem prob, svm_parameter param) - 
Uses of svm_problem in org.instantsvm
Fields in org.instantsvm declared as svm_problem Modifier and Type Field Description protected svm_problemSVM. prob 
 -