Classes | |
| class | Kernel |
| The operator() gives the inner-product in the transformed space. More... | |
| struct | Linear |
Linear kernel . More... | |
| struct | Polynomial |
Polynomial kernel . More... | |
| struct | Stump |
Stump kernel . More... | |
| struct | Perceptron |
Perceptron kernel . More... | |
| struct | RBF |
RBF (Gausssian) kernel . More... | |
| struct | Sigmoid |
Sigmoid kernel . More... | |
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()(). |
1.4.6