mlpack 3.4.2
Public Member Functions | List of all members
BandwidthVisitor Class Reference

BandwidthVisitor modifies the bandwidth of a KDEType kernel. More...

#include <kde_model.hpp>

Inheritance diagram for BandwidthVisitor:
Inheritance graph
[legend]

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...
 

Detailed Description

BandwidthVisitor modifies the bandwidth of a KDEType kernel.

Definition at line 177 of file kde_model.hpp.

Constructor & Destructor Documentation

◆ BandwidthVisitor()

BandwidthVisitor ( const double  bandwidth)

BandwidthVisitor constructor.

Member Function Documentation

◆ operator()()

void operator() ( KDEType< KernelType, TreeType > *  kde) const

Default BandwidthVisitor on some KDEType.


The documentation for this class was generated from the following file: