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

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... | |
MCSampleSizeVisitor sets the Monte Carlo intial sample size for a given KDEType.
Definition at line 283 of file kde_model.hpp.
| MCSampleSizeVisitor | ( | const size_t | sampleSize | ) |
MCSampleSizeVisitor constructor.
| void operator() | ( | KDEType< KernelType, TreeType > * | kde | ) | const |
Default MCSampleSizeVisitor on some KDEType.