DualBiKDE computes a Kernel Density Estimation on the given KDEType. More...

Public Types | |
template < typename KernelType , template < typename TreeMetricType , typename TreeStatType , typename TreeMatType > class TreeType > | |
| using | KDETypeT = KDEType< KernelType, TreeType > |
| Alias template necessary for Visual C++ compiler. More... | |
Public Member Functions | |
| DualBiKDE (arma::mat &&querySet, arma::vec &estimations) | |
| DualBiKDE constructor. Takes ownership of the given querySet. More... | |
template < typename KernelType , template < typename TreeMetricType , typename TreeStatType , typename TreeMatType > class TreeType > | |
| void | operator() (KDETypeT< KernelType, TreeType > *kde) const |
| Default DualBiKDE on some KDEType. More... | |
DualBiKDE computes a Kernel Density Estimation on the given KDEType.
It performs a bichromatic KDE.
Definition at line 118 of file kde_model.hpp.
Alias template necessary for Visual C++ compiler.
Definition at line 136 of file kde_model.hpp.
| DualBiKDE | ( | arma::mat && | querySet, |
| arma::vec & | estimations | ||
| ) |
DualBiKDE constructor. Takes ownership of the given querySet.