15 #ifndef __MLPACK_METHODS_RANGE_SEARCH_RANGE_SEARCH_STAT_HPP
16 #define __MLPACK_METHODS_RANGE_SEARCH_RANGE_SEARCH_STAT_HPP
40 template<
typename TreeType>
double & LastDistance()
Modify the last distance evaluation.
void * lastDistanceNode
The last distance evaluation node.
Linear algebra utility functions, generally performed on matrices or vectors.
double lastDistance
The last distance evaluation.
double LastDistance() const
Get the last distance evaluation.
void *& LastDistanceNode()
Modify the last distance evaluation node.
RangeSearchStat(TreeType &)
Initialize the statistic given a tree node that this statistic belongs to.
Statistic class for RangeSearch, to be set to the StatisticType of the tree type that range search is...
void * LastDistanceNode() const
Get the last distance evaluation node.
RangeSearchStat()
Initialize the statistic.