Uses of Class
org.encog.mathutil.libsvm.svm_node

Packages that use svm_node
org.encog.mathutil.libsvm   
org.encog.ml.svm   
 

Uses of svm_node in org.encog.mathutil.libsvm
 

Fields in org.encog.mathutil.libsvm declared as svm_node
 svm_node[][] svm_model.SV
           
 svm_node[][] svm_problem.x
           
 

Methods in org.encog.mathutil.libsvm with parameters of type svm_node
static double svm.svm_predict_probability(svm_model model, svm_node[] x, double[] prob_estimates)
           
static double svm.svm_predict_values(svm_model model, svm_node[] x, double[] dec_values)
           
static double svm.svm_predict(svm_model model, svm_node[] x)
           
 

Uses of svm_node in org.encog.ml.svm
 

Methods in org.encog.ml.svm that return svm_node
 svm_node[] SVM.makeSparse(MLData data)
          Convert regular Encog MLData into the "sparse" data needed by an SVM.
 



Copyright © 2014. All Rights Reserved.