mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
BandwidthVisitor Class Reference

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

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 ( const double  bandwidth)

BandwidthVisitor constructor.

Member Function Documentation

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

Default BandwidthVisitor on some KDEType.


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