Uses of Class
libsvm.svm_parameter
-
Packages that use svm_parameter Package Description libsvm org.instantsvm org.instantsvm.utils -
-
Uses of svm_parameter in libsvm
Fields in libsvm declared as svm_parameter Modifier and Type Field Description svm_parameter
svm_model. param
Methods in libsvm with parameters of type svm_parameter Modifier and Type Method Description 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_parameter in org.instantsvm
Fields in org.instantsvm declared as svm_parameter Modifier and Type Field Description protected svm_parameter
Parameters. param
protected svm_parameter
SVM. param
Methods in org.instantsvm that return svm_parameter Modifier and Type Method Description svm_parameter
Parameters. getParam()
Methods in org.instantsvm with parameters of type svm_parameter Modifier and Type Method Description void
Parameters. setParam(svm_parameter param)
Constructors in org.instantsvm with parameters of type svm_parameter Constructor Description Parameters(svm_parameter param)
-
Uses of svm_parameter in org.instantsvm.utils
Methods in org.instantsvm.utils with parameters of type svm_parameter Modifier and Type Method Description static void
LibSvmConsole. print(svm_parameter param)
-