|
| template<class S , class T > |
| void | SVM289_BFS::clone (T *&dst, S *src, kkint32 n) |
| |
| Kernel_Type | SVM289_BFS::Kernel_Type_FromStr (KKStr s) |
| |
| KKStr | SVM289_BFS::Kernel_Type_ToStr (Kernel_Type kernelType) |
| |
| double | SVM289_BFS::powi (double base, kkint32 times) |
| |
| const char * | SVM289_BFS::svm_check_parameter (const struct svm_problem *prob, const struct svm_parameter *param) |
| |
| kkint32 | SVM289_BFS::svm_check_probability_model (const struct svm_model *model) |
| |
| void | SVM289_BFS::svm_destroy_model (struct svm_model *&model) |
| |
| void | SVM289_BFS::svm_destroy_param (struct svm_parameter *¶m) |
| |
| void | SVM289_BFS::svm_get_labels (const svm_model *model, kkint32 *label) |
| |
| kkint32 | SVM289_BFS::svm_get_nr_class (const svm_model *model) |
| |
| SVM_Type | SVM289_BFS::svm_get_svm_type (const svm_model *model) |
| |
| double | SVM289_BFS::svm_get_svr_probability (const svm_model *model) |
| |
| double | SVM289_BFS::svm_predict (const struct svm_model *model, const FeatureVector &x) |
| |
| double | SVM289_BFS::svm_predict_probability (svm_model *model, const FeatureVector &x, double *prob_estimates, kkint32 *votes) |
| |
| void | SVM289_BFS::svm_predict_values (const svm_model *model, const FeatureVector &x, double *dec_values) |
| |
| svm_model * | SVM289_BFS::svm_train (const svm_problem &prob, const svm_parameter ¶m, RunLog &log) |
| |
| SVM_Type | SVM289_BFS::SVM_Type_FromStr (KKStr s) |
| |
| KKStr | SVM289_BFS::SVM_Type_ToStr (SVM_Type svmType) |
| |
| template<class T > |
| void | SVM289_BFS::swap (T &x, T &y) |
| |