Classes | |
class | Kernel |
The operator() gives the inner-product in the transformed space. More... | |
struct | Linear |
Linear kernel ![]() | |
struct | Polynomial |
Polynomial kernel ![]() | |
struct | Stump |
Stump kernel ![]() | |
struct | Perceptron |
Perceptron kernel ![]() | |
struct | RBF |
RBF (Gausssian) kernel ![]() | |
struct | Sigmoid |
Sigmoid kernel ![]() | |
Functions | |
REAL | norm_1 (const Input &u, const Input &v) |
REAL | norm_2 (const Input &u, const Input &v) |
Currently kernels also pass parameters to LIBSVM, which is used as the underlying implementation of SVM.
|
Definition at line 24 of file kernel.h. Referenced by Stump::operator()(). |
|
Definition at line 32 of file kernel.h. Referenced by RBF::operator()(), and Perceptron::operator()(). |