data(void) const | theplu::yat::classifier::Kernel | |
data_weighted(void) const | theplu::yat::classifier::Kernel | |
element(const DataLookup1D &vec, const size_t i) const | theplu::yat::classifier::Kernel | |
element(const DataLookupWeighted1D &vec, const size_t i) const | theplu::yat::classifier::Kernel | |
Kernel(const MatrixLookup &data, const KernelFunction &kf, const bool own=false) | theplu::yat::classifier::Kernel | |
Kernel(const MatrixLookupWeighted &data, const KernelFunction &kf, const bool own=false) | theplu::yat::classifier::Kernel | |
Kernel(const Kernel &kernel, const std::vector< size_t > &index) | theplu::yat::classifier::Kernel | |
kf_ | theplu::yat::classifier::Kernel | protected |
make_kernel(const MatrixLookup &, const bool) const =0 | theplu::yat::classifier::Kernel | pure virtual |
make_kernel(const MatrixLookupWeighted &, const bool own=false) const =0 | theplu::yat::classifier::Kernel | pure virtual |
ml_ | theplu::yat::classifier::Kernel | protected |
mlw_ | theplu::yat::classifier::Kernel | protected |
operator()(const size_t row, const size_t column) const =0 | theplu::yat::classifier::Kernel | pure virtual |
ref_count_ | theplu::yat::classifier::Kernel | protected |
ref_count_w_ | theplu::yat::classifier::Kernel | protected |
size(void) const | theplu::yat::classifier::Kernel | |
weighted(void) const | theplu::yat::classifier::Kernel | |
~Kernel(void) | theplu::yat::classifier::Kernel | virtual |