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

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

Uses of svm_model in org.encog.mathutil.libsvm
 

Methods in org.encog.mathutil.libsvm that return svm_model
static svm_model svm.svm_load_model(BufferedReader fp)
           
static svm_model svm.svm_load_model(String model_file_name)
           
static svm_model svm.svm_train(svm_problem prob, svm_parameter param)
           
 

Methods in org.encog.mathutil.libsvm with parameters of type svm_model
static int svm.svm_check_probability_model(svm_model model)
           
static void svm.svm_get_labels(svm_model model, int[] label)
           
static int svm.svm_get_nr_class(svm_model model)
           
static int svm.svm_get_svm_type(svm_model model)
           
static double svm.svm_get_svr_probability(svm_model model)
           
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)
           
static void svm.svm_save_model(DataOutputStream fp, svm_model model)
           
static void svm.svm_save_model(String model_file_name, svm_model model)
           
 

Uses of svm_model in org.encog.ml.svm
 

Methods in org.encog.ml.svm that return svm_model
 svm_model SVM.getModel()
           
 

Methods in org.encog.ml.svm with parameters of type svm_model
 void SVM.setModel(svm_model theModel)
          Set the model.
 

Constructors in org.encog.ml.svm with parameters of type svm_model
SVM(svm_model theModel)
          Construct a SVM from a model.
 



Copyright © 2014. All Rights Reserved.