Uses of Class
org.machinelearning.svm.libsvm.svm_parameter
-
Packages that use svm_parameter Package Description com.actelion.research.calc.regression.svm org.machinelearning.svm.libsvm -
-
Uses of svm_parameter in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm that return svm_parameter Modifier and Type Method Description svm_parameterParameterSVM. getSvmParameter()static svm_parameterSVMParameterHelper. regressionEpsilonSVR()Regression epsilon-SVR Degree set to trigger analytical parameter determination in createModel(....)static svm_parameterSVMParameterHelper. regressionNuSVR(double nu)Regression nu-SVRstatic svm_parameterSVMParameterHelper. standard()Methods in com.actelion.research.calc.regression.svm with parameters of type svm_parameter Modifier and Type Method Description static java.lang.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, ProgressController pg)Constructors in com.actelion.research.calc.regression.svm with parameters of type svm_parameter Constructor Description ParameterSVM(svm_parameter svmParameter) -
Uses of svm_parameter in org.machinelearning.svm.libsvm
Fields in org.machinelearning.svm.libsvm declared as svm_parameter Modifier and Type Field Description svm_parametersvm_model. paramMethods in org.machinelearning.svm.libsvm with parameters of type svm_parameter Modifier and Type Method Description static java.lang.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)
-