#include <ANNperf.h>
Public Member Functions | |
ANNkdStats () | |
void | merge (const ANNkdStats &st) |
void | reset (int d=0, int n=0, int bs=0) |
Public Attributes | |
float | avg_ar |
int | bkt_size |
int | depth |
int | dim |
int | n_lf |
int | n_pts |
int | n_shr |
int | n_spl |
int | n_tl |
float | sum_ar |
Definition at line 45 of file ANNperf.h.
void ANNkdStats::merge | ( | const ANNkdStats & | st | ) |
Definition at line 133 of file kd_tree.cpp.
References depth, MAX, n_lf, n_shr, n_spl, n_tl, and sum_ar.
Referenced by ANNkd_split::getStats(), and ANNbd_shrink::getStats().
void ANNkdStats::reset | ( | int | d = 0 , |
|
int | n = 0 , |
|||
int | bs = 0 | |||
) | [inline] |
Definition at line 59 of file ANNperf.h.
References avg_ar, bkt_size, depth, dim, n_lf, n_pts, n_shr, n_spl, n_tl, and sum_ar.
Referenced by ANNkdStats(), ANNkd_tree::getStats(), ANNkd_split::getStats(), ANNkd_leaf::getStats(), and ANNbd_shrink::getStats().
float ANNkdStats::avg_ar |
Definition at line 56 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), reset(), and treeStats().
Definition at line 49 of file ANNperf.h.
Referenced by reset(), and treeStats().
Definition at line 54 of file ANNperf.h.
Referenced by ANNkd_split::getStats(), ANNbd_shrink::getStats(), merge(), reset(), and treeStats().
int ANNkdStats::dim |
Definition at line 47 of file ANNperf.h.
Referenced by reset(), and treeStats().
int ANNkdStats::n_lf |
Definition at line 50 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), ANNkd_leaf::getStats(), merge(), reset(), and treeStats().
Definition at line 48 of file ANNperf.h.
Referenced by reset(), and treeStats().
Definition at line 53 of file ANNperf.h.
Referenced by ANNbd_shrink::getStats(), merge(), reset(), and treeStats().
Definition at line 52 of file ANNperf.h.
Referenced by ANNkd_split::getStats(), merge(), reset(), and treeStats().
int ANNkdStats::n_tl |
Definition at line 51 of file ANNperf.h.
Referenced by ANNkd_leaf::getStats(), merge(), reset(), and treeStats().
float ANNkdStats::sum_ar |
Definition at line 55 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), ANNkd_leaf::getStats(), merge(), and reset().