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_parametersvm_model. paramMethods in libsvm with parameters of type svm_parameter 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_parameter in org.instantsvm
Fields in org.instantsvm declared as svm_parameter Modifier and Type Field Description protected svm_parameterParameters. paramprotected svm_parameterSVM. paramMethods in org.instantsvm that return svm_parameter Modifier and Type Method Description svm_parameterParameters. getParam()Methods in org.instantsvm with parameters of type svm_parameter Modifier and Type Method Description voidParameters. 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 voidLibSvmConsole. print(svm_parameter param) 
 -