UFJF - Machine Learning Toolkit  0.51.8
Kernel.hpp File Reference
#include <vector>
#include <memory>
#include <cmath>
#include <utility>
#include "Data.hpp"
#include "Utils.hpp"
Include dependency graph for Kernel.hpp:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

Kernel manipulation class

Author
Mateus Coutinho Marim