SVM_libsvm.h File Reference

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_modelsvm_train (const struct svm_problem *prob, const struct svm_parameter *param)
double 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)


Enumeration Type Documentation

anonymous enum

Enumerator:
C_SVC 
NU_SVC 
ONE_CLASS 
EPSILON_SVR 
NU_SVR 

Definition at line 63 of file SVM_libsvm.h.

anonymous enum

Enumerator:
LINEAR 
POLY 
RBF 
SIGMOID 
PRECOMPUTED 

Definition at line 64 of file SVM_libsvm.h.


Function Documentation

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 1857 of file SVM_libsvm.cpp.

double svm_predict ( const struct svm_model model,
const struct svm_node x 
)

struct svm_model* svm_train ( const struct svm_problem prob,
const struct svm_parameter param 
) [read]


SHOGUN Machine Learning Toolbox - Documentation