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 &node) | |
| Initialization for a fully initialized node. More... | |
| const arma::vec & | Centroid () const |
| Get the centroid of the node. More... | |
template < typename Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Serialize the statistic to/from an archive. More... | |
| void | SetCentroid (arma::vec newCentroid) |
| Modify the centroid of the node. More... | |
| bool | ValidCentroid () const |
| Get whether the centroid is valid. 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 32 of file kde_stat.hpp.
|
inline |
Get the centroid of the node.
Definition at line 47 of file kde_stat.hpp.
|
inline |
Serialize the statistic to/from an archive.
Definition at line 67 of file kde_stat.hpp.
|
inline |
Modify the centroid of the node.
Definition at line 56 of file kde_stat.hpp.
|
inline |
Get whether the centroid is valid.
Definition at line 63 of file kde_stat.hpp.