(no title)
ARLK
0.1.0
Action Recognition Library for Kinect
|
svm.h
Go to the documentation of this file.
62 int *sv_indices; /* sv_indices[0,...,nSV-1] are values in [1,...,num_traning_data] to indicate SVs in the training set */
75 void svm_cross_validation(const struct svm_problem *prob, const struct svm_parameter *param, int nr_fold, double *target);
87 double svm_predict_values(const struct svm_model *model, const struct svm_node *x, double* dec_values);
89 double svm_predict_probability(const struct svm_model *model, const struct svm_node *x, double* prob_estimates);
95 const char *svm_check_parameter(const struct svm_problem *prob, const struct svm_parameter *param);
Generated on Fri May 31 2013 10:57:38 for ARLK by 1.8.2