.TH "mlpack::range::RangeSearchStat" 3 "Tue Sep 9 2014" "Version 1.0.10" "MLPACK" \" -*- nroff -*- .ad l .nh .SH NAME mlpack::range::RangeSearchStat \- .PP Statistic class for \fBRangeSearch\fP, to be set to the StatisticType of the tree type that range search is being performed with\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBRangeSearchStat\fP ()" .br .RI "\fIInitialize the statistic\&. \fP" .ti -1c .RI "template \fBRangeSearchStat\fP (TreeType &)" .br .RI "\fIInitialize the statistic given a tree node that this statistic belongs to\&. \fP" .ti -1c .RI "double \fBLastDistance\fP () const " .br .RI "\fIGet the last distance evaluation\&. \fP" .ti -1c .RI "double & \fBLastDistance\fP ()" .br .RI "\fIModify the last distance evaluation\&. \fP" .ti -1c .RI "void * \fBLastDistanceNode\fP () const " .br .RI "\fIGet the last distance evaluation node\&. \fP" .ti -1c .RI "void *& \fBLastDistanceNode\fP ()" .br .RI "\fIModify the last distance evaluation node\&. \fP" .in -1c .SS "Private Attributes" .in +1c .ti -1c .RI "double \fBlastDistance\fP" .br .RI "\fIThe last distance evaluation\&. \fP" .ti -1c .RI "void * \fBlastDistanceNode\fP" .br .RI "\fIThe last distance evaluation node\&. \fP" .in -1c .SH "Detailed Description" .PP Statistic class for \fBRangeSearch\fP, 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\&. .PP Definition at line 36 of file range_search_stat\&.hpp\&. .SH "Constructor & Destructor Documentation" .PP .SS "mlpack::range::RangeSearchStat::RangeSearchStat ()\fC [inline]\fP" .PP Initialize the statistic\&. .PP Definition at line 42 of file range_search_stat\&.hpp\&. .SS "template mlpack::range::RangeSearchStat::RangeSearchStat (TreeType &)\fC [inline]\fP" .PP Initialize the statistic given a tree node that this statistic belongs to\&. In this case, we ignore the node\&. .PP Definition at line 49 of file range_search_stat\&.hpp\&. .SH "Member Function Documentation" .PP .SS "double mlpack::range::RangeSearchStat::LastDistance () const\fC [inline]\fP" .PP Get the last distance evaluation\&. .PP Definition at line 58 of file range_search_stat\&.hpp\&. .PP References lastDistance\&. .SS "double& mlpack::range::RangeSearchStat::LastDistance ()\fC [inline]\fP" .PP Modify the last distance evaluation\&. .PP Definition at line 60 of file range_search_stat\&.hpp\&. .PP References lastDistance\&. .SS "void* mlpack::range::RangeSearchStat::LastDistanceNode () const\fC [inline]\fP" .PP Get the last distance evaluation node\&. .PP Definition at line 54 of file range_search_stat\&.hpp\&. .PP References lastDistanceNode\&. .SS "void*& mlpack::range::RangeSearchStat::LastDistanceNode ()\fC [inline]\fP" .PP Modify the last distance evaluation node\&. .PP Definition at line 56 of file range_search_stat\&.hpp\&. .PP References lastDistanceNode\&. .SH "Member Data Documentation" .PP .SS "double mlpack::range::RangeSearchStat::lastDistance\fC [private]\fP" .PP The last distance evaluation\&. .PP Definition at line 66 of file range_search_stat\&.hpp\&. .PP Referenced by LastDistance()\&. .SS "void* mlpack::range::RangeSearchStat::lastDistanceNode\fC [private]\fP" .PP The last distance evaluation node\&. .PP Definition at line 64 of file range_search_stat\&.hpp\&. .PP Referenced by LastDistanceNode()\&. .SH "Author" .PP Generated automatically by Doxygen for MLPACK from the source code\&.