
Definition at line 1189 of file SVM_libsvm.cpp.
Public Member Functions | |
| ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| Qfloat * | get_Q (int i, int len) const |
| Qfloat * | get_QD () const |
| void | swap_index (int i, int j) const |
| ~ONE_CLASS_Q () | |
| double | kernel_function (int i, int j) const |
| ONE_CLASS_Q::ONE_CLASS_Q | ( | const svm_problem & | prob, | |
| const svm_parameter & | param | |||
| ) |
Definition at line 1192 of file SVM_libsvm.cpp.
| ONE_CLASS_Q::~ONE_CLASS_Q | ( | ) |
Definition at line 1225 of file SVM_libsvm.cpp.
| Qfloat* ONE_CLASS_Q::get_Q | ( | int | i, | |
| int | len | |||
| ) | const [virtual] |
| Qfloat* ONE_CLASS_Q::get_QD | ( | ) | const [virtual] |
| void ONE_CLASS_Q::swap_index | ( | int | i, | |
| int | j | |||
| ) | const [virtual] |
| double Kernel::kernel_function | ( | int | i, | |
| int | j | |||
| ) | const [inherited] |
Definition at line 221 of file SVM_libsvm.cpp.