Go to the source code of this file.
Classes | |
struct | svm_node |
struct | svm_problem |
struct | svm_parameter |
struct | svm_model |
Enumerations | |
enum | { C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR } |
enum | { LINEAR, POLY, RBF, SIGMOID, PRECOMPUTED } |
Functions | |
struct svm_model * | svm_train (const struct svm_problem *prob, const struct svm_parameter *param) |
float64_t | svm_predict (const struct svm_model *model, const struct svm_node *x) |
void | svm_destroy_model (struct svm_model *model) |
const char * | svm_check_parameter (const struct svm_problem *prob, const struct svm_parameter *param) |
anonymous enum |
anonymous enum |
const char* svm_check_parameter | ( | const struct svm_problem * | prob, | |
const struct svm_parameter * | param | |||
) |
void svm_destroy_model | ( | struct svm_model * | model | ) |
Definition at line 1871 of file SVM_libsvm.cpp.
struct svm_model* svm_train | ( | const struct svm_problem * | prob, | |
const struct svm_parameter * | param | |||
) | [read] |