![]() |
KSquare Utilities
|
Inheritance diagram for SVM233::SVR_Q:Public Member Functions | |
| SVR_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| ~SVR_Q () | |
| Qfloat * | get_Q (kkint32 i, kkint32 len) const |
| void | swap_index (kkint32 i, kkint32 j) const |
Public Member Functions inherited from SVM233::Kernel | |
| Kernel (kkint32 l, svm_node *const *x, const svm_parameter ¶m) | |
| virtual | ~Kernel () |
Additional Inherited Members | |
Static Public Member Functions inherited from SVM233::Kernel | |
| static double | k_function (const svm_node *x, const svm_node *y, const svm_parameter ¶m) |
| static double | k_function_subspace (const svm_node *x, const svm_node *y, const svm_parameter ¶m, const double *featureWeight) |
Protected Attributes inherited from SVM233::Kernel | |
| double(Kernel::* | kernel_function )(kkint32 i, kkint32 j) const |
|
inline |
Definition at line 2741 of file svm.cpp.
References SVM233::Cache::Cache(), SVM233::svm_parameter::cache_size, SVM233::Kernel::Kernel(), SVM233::svm_problem::l, and SVM233::svm_problem::x.
Referenced by SVM233::solve_epsilon_svr(), and SVM233::solve_nu_svr().
|
inline |
Implements SVM233::Kernel.
Definition at line 2769 of file svm.cpp.
References SVM233::Cache::get_data(), and SVM233::Kernel::kernel_function.