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

MCSampleSizeVisitor sets the Monte Carlo intial sample size for a given KDEType. More...

#include <kde_model.hpp>

Inheritance diagram for MCSampleSizeVisitor:
Inheritance graph
[legend]

Public Member Functions

 MCSampleSizeVisitor (const size_t sampleSize)
 MCSampleSizeVisitor constructor. More...
 
template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType>
void operator() (KDEType< KernelType, TreeType > *kde) const
 Default MCSampleSizeVisitor on some KDEType. More...
 

Detailed Description

MCSampleSizeVisitor sets the Monte Carlo intial sample size for a given KDEType.

Definition at line 283 of file kde_model.hpp.

Constructor & Destructor Documentation

◆ MCSampleSizeVisitor()

MCSampleSizeVisitor ( const size_t  sampleSize)

MCSampleSizeVisitor constructor.

Member Function Documentation

◆ operator()()

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

Default MCSampleSizeVisitor on some KDEType.


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