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

Packages that use svm_problem
org.encog.mathutil.libsvm   
org.encog.ml.svm.training   
 

Uses of svm_problem in org.encog.mathutil.libsvm
 

Methods in org.encog.mathutil.libsvm with parameters of type svm_problem
static 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)
           
 

Uses of svm_problem in org.encog.ml.svm.training
 

Methods in org.encog.ml.svm.training that return svm_problem
static svm_problem EncodeSVMProblem.encode(MLDataSet training, int outputIndex)
          Encode the Encog dataset.
 svm_problem SVMTrain.getProblem()
           
 



Copyright © 2014. All Rights Reserved.