![]() |
Rosetta Utilities
2014.16.56682
|
Public Member Functions | |
| ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| Qfloat * | get_Q (int i, int len) const |
| double * | get_QD () const |
| void | swap_index (int i, int j) const |
| ~ONE_CLASS_Q () | |
Public Member Functions inherited from Kernel | |
| Kernel (int l, svm_node *const *x, const svm_parameter ¶m) | |
| virtual | ~Kernel () |
Public Member Functions inherited from QMatrix | |
| virtual | ~QMatrix () |
Private Attributes | |
| Cache * | cache |
| double * | QD |
Additional Inherited Members | |
Static Public Member Functions inherited from Kernel | |
| static double | k_function (const svm_node *x, const svm_node *y, const svm_parameter ¶m) |
Protected Attributes inherited from Kernel | |
| double(Kernel::* | kernel_function )(int i, int j) const |
|
inline |
References cache, svm_parameter::cache_size, Kernel::kernel_function, svm_problem::l, and QD.
Implements Kernel.
References cache, Cache::get_data(), basic::options::OptionKeys::frags::j, Kernel::kernel_function, and basic::options::OptionKeys::cutoutdomain::start.
Reimplemented from Kernel.
References cache, QD, swap(), Cache::swap_index(), and Kernel::swap_index().
|
private |
Referenced by get_Q(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().
|
private |
Referenced by get_QD(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().
1.8.7