Uses of Class
org.machinelearning.svm.libsvm.svm_node
-
Packages that use svm_node Package Description com.actelion.research.calc.regression.svm org.machinelearning.svm.libsvm -
-
Uses of svm_node in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm that return svm_node Modifier and Type Method Description static svm_node[][]Matrix2SVMNodeConverter. convert(Matrix A)static svm_node[][]Matrix2SVMNodeConverter. convertSingleRow(double[] a)Methods in com.actelion.research.calc.regression.svm with parameters of type svm_node Modifier and Type Method Description static doublesvm. svm_predict(svm_model model, svm_node[] x)static doublesvm. svm_predict_probability(svm_model model, svm_node[] x, double[] prob_estimates)static doublesvm. svm_predict_values(svm_model model, svm_node[] x, double[] dec_values) -
Uses of svm_node in org.machinelearning.svm.libsvm
Fields in org.machinelearning.svm.libsvm declared as svm_node Modifier and Type Field Description svm_node[][]svm_model. SVsvm_node[][]svm_problem. xMethods in org.machinelearning.svm.libsvm with parameters of type svm_node Modifier and Type Method Description static doublesvm. svm_predict(svm_model model, svm_node[] x)static doublesvm. svm_predict_probability(svm_model model, svm_node[] x, double[] prob_estimates)static doublesvm. svm_predict_values(svm_model model, svm_node[] x, double[] dec_values)
-