#include <ANNperf.h>
Public Member Functions | |
| void | reset (int d=0, int n=0, int bs=0) |
| ANNkdStats () | |
| void | merge (const ANNkdStats &st) |
Public Attributes | |
| int | dim |
| int | n_pts |
| int | bkt_size |
| int | n_lf |
| int | n_tl |
| int | n_spl |
| int | n_shr |
| int | depth |
| float | sum_ar |
| float | avg_ar |
Definition at line 48 of file ANNperf.h.
| ANNkdStats::ANNkdStats | ( | ) | [inline] |
| 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 62 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 59 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), and reset().
Definition at line 57 of file ANNperf.h.
Referenced by ANNkd_split::getStats(), ANNbd_shrink::getStats(), merge(), and reset().
| int ANNkdStats::dim |
| int ANNkdStats::n_lf |
Definition at line 53 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), ANNkd_leaf::getStats(), merge(), and reset().
Definition at line 56 of file ANNperf.h.
Referenced by ANNbd_shrink::getStats(), merge(), and reset().
Definition at line 55 of file ANNperf.h.
Referenced by ANNkd_split::getStats(), merge(), and reset().
| int ANNkdStats::n_tl |
Definition at line 54 of file ANNperf.h.
Referenced by ANNkd_leaf::getStats(), merge(), and reset().
| float ANNkdStats::sum_ar |
Definition at line 58 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), ANNkd_leaf::getStats(), merge(), and reset().
1.7.2