1 #ifndef _theplu_yat_classifier_kernel_mev_
2 #define _theplu_yat_classifier_kernel_mev_
29 #include "KernelFunction.h"
33 namespace classifier {
35 class MatrixLookupWeighted;
59 const bool own=
false);
68 const bool own=
false);
82 double operator()(
const size_t row,
const size_t column)
const;
93 const bool own=
false)
const;
105 const bool own=
false)
const;
General view into utility::Matrix.
Definition: MatrixLookup.h:70
Interface Class for Kernels.
Definition: Kernel.h:57
Kernel_MEV(const MatrixLookup &data, const KernelFunction &kf, const bool own=false)
Interface class calculating elements in Kernel.
Definition: KernelFunction.h:37
const Kernel_MEV * make_kernel(const MatrixLookup &, const bool own=false) const
General view into utility::MatrixWeighted.
Definition: MatrixLookupWeighted.h:63
double operator()(const size_t row, const size_t column) const
Memory Efficient Kernel.
Definition: Kernel_MEV.h:48
const MatrixLookup & data(void) const