mlpack 3.4.2
|
BandwidthVisitor modifies the bandwidth of a KDEType kernel. More...
#include <kde_model.hpp>
Public Member Functions | |
BandwidthVisitor (const double bandwidth) | |
BandwidthVisitor constructor. More... | |
template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType> | |
void | operator() (KDEType< KernelType, TreeType > *kde) const |
Default BandwidthVisitor on some KDEType. More... | |
BandwidthVisitor modifies the bandwidth of a KDEType kernel.
Definition at line 177 of file kde_model.hpp.
BandwidthVisitor | ( | const double | bandwidth | ) |
BandwidthVisitor constructor.
void operator() | ( | KDEType< KernelType, TreeType > * | kde | ) | const |
Default BandwidthVisitor on some KDEType.