![]() |
KSquare Utilities
|
#include <svm.h>
Public Member Functions | |
| svm_problem () | |
| ~svm_problem () | |
Public Attributes | |
| VectorKKStr | exampleNames |
| kkint32 * | index |
| kkint32 | l |
| double * | W |
| bool | weOwnContents |
| struct svm_node ** | x |
| double * | y |
| svm_problem::svm_problem | ( | ) |
Definition at line 1321 of file svm.cpp.
References index, l, W, weOwnContents, x, and y.
Referenced by SVM233::svm_BuildProbFromTwoClassModel().
| svm_problem::~svm_problem | ( | ) |
| VectorKKStr SVM233::svm_problem::exampleNames |
| kkint32* SVM233::svm_problem::index |
Definition at line 51 of file svm.h.
Referenced by KKMLL::FeatureEncoder::EncodeIntoSparseMatrix(), SVM233::svm_BuildProbFromTwoClassModel(), svm_problem(), and ~svm_problem().
| kkint32 SVM233::svm_problem::l |
Definition at line 48 of file svm.h.
Referenced by KKMLL::FeatureEncoder::EncodeIntoSparseMatrix(), SVM233::ONE_CLASS_Q::ONE_CLASS_Q(), SVM233::solve_c_svc(), SVM233::solve_epsilon_svr(), SVM233::solve_nu_svc(), SVM233::solve_nu_svr(), SVM233::solve_one_class(), SVM233::SVC_Q::SVC_Q(), SVM233::svm_BuildProbFromTwoClassModel(), svm_problem(), SVM233::svm_train_one(), SVM233::SVR_Q::SVR_Q(), and ~svm_problem().
| double* SVM233::svm_problem::W |
Definition at line 53 of file svm.h.
Referenced by KKMLL::FeatureEncoder::EncodeIntoSparseMatrix(), svm_problem(), SVM233::svm_train_one(), and ~svm_problem().
| bool SVM233::svm_problem::weOwnContents |
Definition at line 55 of file svm.h.
Referenced by SVM233::svm_BuildProbFromTwoClassModel(), svm_problem(), and ~svm_problem().
| struct svm_node** SVM233::svm_problem::x |
Definition at line 52 of file svm.h.
Referenced by KKMLL::FeatureEncoder::EncodeIntoSparseMatrix(), SVM233::ONE_CLASS_Q::ONE_CLASS_Q(), saveData(), SVM233::SVC_Q::SVC_Q(), SVM233::svm_BuildProbFromTwoClassModel(), svm_problem(), SVM233::svm_train_one(), SVM233::SVR_Q::SVR_Q(), and ~svm_problem().
| double* SVM233::svm_problem::y |
Definition at line 49 of file svm.h.
Referenced by KKMLL::FeatureEncoder::EncodeIntoSparseMatrix(), SVM233::solve_c_svc(), SVM233::solve_epsilon_svr(), SVM233::solve_nu_svc(), SVM233::solve_nu_svr(), SVM233::svm_BuildProbFromTwoClassModel(), svm_problem(), SVM233::svm_train_one(), and ~svm_problem().