
Definition at line 1200 of file SVM_libsvm.cpp.
Public Member Functions | |
| ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| Qfloat * | get_Q (int32_t i, int32_t len) const |
| Qfloat * | get_QD () const |
| void | swap_index (int32_t i, int32_t j) const |
| ~ONE_CLASS_Q () | |
| ONE_CLASS_Q::ONE_CLASS_Q | ( | const svm_problem & | prob, | |
| const svm_parameter & | param | |||
| ) |
Definition at line 1203 of file SVM_libsvm.cpp.
| ONE_CLASS_Q::~ONE_CLASS_Q | ( | ) |
Definition at line 1236 of file SVM_libsvm.cpp.
| Qfloat* ONE_CLASS_Q::get_Q | ( | int32_t | i, | |
| int32_t | len | |||
| ) | const [virtual] |
| Qfloat* ONE_CLASS_Q::get_QD | ( | ) | const [virtual] |
| void ONE_CLASS_Q::swap_index | ( | int32_t | i, | |
| int32_t | j | |||
| ) | const [virtual] |