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_parameter
ParameterSVM. getSvmParameter()
static svm_parameter
SVMParameterHelper. regressionEpsilonSVR()
Regression epsilon-SVR Degree set to trigger analytical parameter determination in createModel(....)static svm_parameter
SVMParameterHelper. regressionNuSVR(double nu)
Regression nu-SVRstatic svm_parameter
SVMParameterHelper. standard()
Methods in com.actelion.research.calc.regression.svm with parameters of type svm_parameter Modifier and Type Method Description static java.lang.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, 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_parameter
svm_model. param
Methods in org.machinelearning.svm.libsvm with parameters of type svm_parameter Modifier and Type Method Description static java.lang.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)
-