Statistic class for rangesearch, to be set to the statistictype of the tree type that range search is being performed with.
RangeSearchStat ()
Initialize the statistic. template<typename TreeType > RangeSearchStat (TreeType &)
Initialize the statistic given a tree node that this statistic belongs to. double LastDistance () const
Get the last distance evaluation. double & LastDistance ()
Modify the last distance evaluation. void * LastDistanceNode () const
Get the last distance evaluation node. void *& LastDistanceNode ()
Modify the last distance evaluation node.
double lastDistance
The last distance evaluation. void * lastDistanceNode
The last distance evaluation node.
Statistic class for RangeSearch, to be set to the StatisticType of the tree type that range search is being performed with.
This class just holds the last visited node and the corresponding base case result.
Definition at line 36 of file range_search_stat.hpp.
Initialize the statistic.
Definition at line 42 of file range_search_stat.hpp.
Initialize the statistic given a tree node that this statistic belongs to. In this case, we ignore the node.
Definition at line 49 of file range_search_stat.hpp.
Get the last distance evaluation.
Definition at line 58 of file range_search_stat.hpp.
References lastDistance.
Modify the last distance evaluation.
Definition at line 60 of file range_search_stat.hpp.
References lastDistance.
Get the last distance evaluation node.
Definition at line 54 of file range_search_stat.hpp.
References lastDistanceNode.
Modify the last distance evaluation node.
Definition at line 56 of file range_search_stat.hpp.
References lastDistanceNode.
The last distance evaluation.
Definition at line 66 of file range_search_stat.hpp.
Referenced by LastDistance().
The last distance evaluation node.
Definition at line 64 of file range_search_stat.hpp.
Referenced by LastDistanceNode().
Generated automatically by Doxygen for MLPACK from the source code.