Uses of Class
libsvm.svm_model
Packages that use svm_model
-
Uses of svm_model in libsvm
Modifier and TypeMethodDescriptionstatic svm_modelsvm.svm_load_model(BufferedReader fp) static svm_modelsvm.svm_load_model(String model_file_name) static svm_modelsvm.svm_train(svm_problem prob, svm_parameter param) Modifier and TypeMethodDescriptionstatic intsvm.svm_check_probability_model(svm_model model) static voidsvm.svm_get_labels(svm_model model, int[] label) static intsvm.svm_get_nr_class(svm_model model) static intsvm.svm_get_svm_type(svm_model model) static doublesvm.svm_get_svr_probability(svm_model model) 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) static voidsvm.svm_save_model(String model_file_name, svm_model model) -
Uses of svm_model in org.instantsvm
Fields in org.instantsvm declared as svm_modelMethods in org.instantsvm with parameters of type svm_modelConstructors in org.instantsvm with parameters of type svm_model -
Uses of svm_model in org.instantsvm.regression
Constructors in org.instantsvm.regression with parameters of type svm_model -
Uses of svm_model in org.instantsvm.utils
Methods in org.instantsvm.utils that return svm_model