Uses of Class
libsvm.svm_problem
-
Uses of svm_problem in libsvm
Modifier and TypeMethodDescriptionstatic 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.instantsvm