1 #ifndef _theplu_yat_classifier_kernel_sev_
2 #define _theplu_yat_classifier_kernel_sev_
28 #include "yat/utility/Matrix.h"
32 namespace classifier {
65 const bool own=
false);
82 const bool own=
false)
const;
94 const bool own=
false)
const;
101 double operator()(
const size_t row,
const size_t column)
const;
111 void build_kernel(
void);
General view into utility::Matrix.
Definition: MatrixLookup.h:70
const Kernel_SEV * make_kernel(const MatrixLookup &, const bool own=false) const
Interface Class for Kernels.
Definition: Kernel.h:57
Interface class calculating elements in Kernel.
Definition: KernelFunction.h:37
General view into utility::MatrixWeighted.
Definition: MatrixLookupWeighted.h:63
double operator()(const size_t row, const size_t column) const
Speed Efficient Kernel.
Definition: Kernel_SEV.h:47
Interface to GSL matrix.
Definition: Matrix.h:63
Kernel_SEV(const MatrixLookup &, const KernelFunction &, const bool own=false)