mlpack
Public Member Functions | List of all members
mlpack::kde::KDEStat Class Reference

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.
 

Detailed Description

Extra data for each node in the tree for the task of kernel density estimation.


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