mlpack
|
Extra data for each node in the tree for the task of kernel density estimation. More...
#include <kde_stat.hpp>
Public Member Functions | |
KDEStat () | |
Initialize the statistic. | |
template<typename TreeType > | |
KDEStat (TreeType &) | |
Initialization for a fully initialized node. | |
double | MCBeta () const |
Get accumulated Monte Carlo alpha of the node. | |
double & | MCBeta () |
Modify accumulated Monte Carlo alpha of the node. | |
double | AccumAlpha () const |
Get accumulated Monte Carlo alpha of the node. | |
double & | AccumAlpha () |
Modify accumulated Monte Carlo alpha of the node. | |
double | AccumError () const |
Get accumulated error tolerance of the node. | |
double & | AccumError () |
Modify accumulated error tolerance of the node. | |
double | MCAlpha () const |
Get Monte Carlo alpha of the node. | |
double & | MCAlpha () |
Modify Monte Carlo alpha of the node. | |
template<typename Archive > | |
void | serialize (Archive &ar, const uint32_t) |
Serialize the statistic to/from an archive. | |
Extra data for each node in the tree for the task of kernel density estimation.