![]() |
UFJF - Machine Learning Toolkit
0.51.8
|
#include <vector>#include <memory>#include <cmath>#include <utility>#include "Data.hpp"#include "Utils.hpp"

Go to the source code of this file.
Classes | |
| class | mltk::Kernel< T > |
| Class for the kernel computations. More... | |
Namespaces | |
| mltk | |
| UFJF-MLTK main namespace for core functionalities. | |
Enumerations | |
| enum | KernelType { INVALID_TYPE = -1 , INNER_PRODUCT , POLYNOMIAL , GAUSSIAN , CUSTOM } |
Kernel manipulation class