![]() |
Rosetta Utilities
2015.09
|
Public Member Functions | |
SVC_Q (const svm_problem &prob, const svm_parameter ¶m, const schar *y_) | |
Qfloat * | get_Q (int i, int len) const |
double * | get_QD () const |
void | swap_index (int i, int j) const |
~SVC_Q () | |
![]() | |
Kernel (int l, svm_node *const *x, const svm_parameter ¶m) | |
virtual | ~Kernel () |
![]() | |
virtual | ~QMatrix () |
Private Attributes | |
schar * | y |
Cache * | cache |
double * | QD |
Additional Inherited Members | |
![]() | |
static double | k_function (const svm_node *x, const svm_node *y, const svm_parameter ¶m) |
![]() | |
double(Kernel::* | kernel_function )(int i, int j) const |
|
inline |
References cache, svm_parameter::cache_size, clone(), Kernel::kernel_function, svm_problem::l, QD, and y.
Implements Kernel.
References cache, Cache::get_data(), Kernel::kernel_function, and y.
Reimplemented from Kernel.
References cache, QD, swap(), Cache::swap_index(), Kernel::swap_index(), and y.
|
private |
Referenced by get_Q(), SVC_Q(), swap_index(), and ~SVC_Q().
|
private |
Referenced by get_QD(), SVC_Q(), swap_index(), and ~SVC_Q().
|
private |
Referenced by get_Q(), SVC_Q(), swap_index(), and ~SVC_Q().