Extra data for each node in the tree for the task of kernel density estimation. More...
Public Member Functions | |
KDEStat () | |
Initialize the statistic. More... | |
template < typename TreeType > | |
KDEStat (TreeType &) | |
Initialization for a fully initialized node. More... | |
double | AccumAlpha () const |
Get accumulated Monte Carlo alpha of the node. More... | |
double & | AccumAlpha () |
Modify accumulated Monte Carlo alpha of the node. More... | |
double | AccumError () const |
Get accumulated error tolerance of the node. More... | |
double & | AccumError () |
Modify accumulated error tolerance of the node. More... | |
double | MCAlpha () const |
Get Monte Carlo alpha of the node. More... | |
double & | MCAlpha () |
Modify Monte Carlo alpha of the node. More... | |
double | MCBeta () const |
Get accumulated Monte Carlo alpha of the node. More... | |
double & | MCBeta () |
Modify accumulated Monte Carlo alpha of the node. More... | |
template < typename Archive > | |
void | serialize (Archive &ar, const uint32_t) |
Serialize the statistic to/from an archive. More... | |
Extra data for each node in the tree for the task of kernel density estimation.
Definition at line 24 of file kde_stat.hpp.
|
inline |
Initialize the statistic.
Definition at line 28 of file kde_stat.hpp.
|
inline |
Initialization for a fully initialized node.
Definition at line 37 of file kde_stat.hpp.
|
inline |
Get accumulated Monte Carlo alpha of the node.
Definition at line 51 of file kde_stat.hpp.
|
inline |
Modify accumulated Monte Carlo alpha of the node.
Definition at line 54 of file kde_stat.hpp.
|
inline |
Get accumulated error tolerance of the node.
Definition at line 57 of file kde_stat.hpp.
|
inline |
Modify accumulated error tolerance of the node.
Definition at line 60 of file kde_stat.hpp.
|
inline |
Get Monte Carlo alpha of the node.
Definition at line 63 of file kde_stat.hpp.
|
inline |
Modify Monte Carlo alpha of the node.
Definition at line 66 of file kde_stat.hpp.
|
inline |
Get accumulated Monte Carlo alpha of the node.
Definition at line 45 of file kde_stat.hpp.
|
inline |
Modify accumulated Monte Carlo alpha of the node.
Definition at line 48 of file kde_stat.hpp.
|
inline |
Serialize the statistic to/from an archive.
Definition at line 70 of file kde_stat.hpp.