queso-0.53.0
|
#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 |
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 ANNbd_shrink::getStats(), and ANNkd_split::getStats().
|
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(), ANNbd_shrink::getStats(), ANNkd_leaf::getStats(), ANNkd_split::getStats(), and ANNkd_tree::getStats().
float ANNkdStats::avg_ar |
Definition at line 56 of file ANNperf.h.
Referenced by ANNkd_tree::getStats(), reset(), and treeStats().
int ANNkdStats::bkt_size |
Definition at line 49 of file ANNperf.h.
Referenced by reset(), and treeStats().
int ANNkdStats::depth |
Definition at line 54 of file ANNperf.h.
Referenced by ANNbd_shrink::getStats(), ANNkd_split::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_leaf::getStats(), ANNkd_tree::getStats(), merge(), reset(), and treeStats().
int ANNkdStats::n_pts |
Definition at line 48 of file ANNperf.h.
Referenced by reset(), and treeStats().
int ANNkdStats::n_shr |
Definition at line 53 of file ANNperf.h.
Referenced by ANNbd_shrink::getStats(), merge(), reset(), and treeStats().
int ANNkdStats::n_spl |
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_leaf::getStats(), ANNkd_tree::getStats(), merge(), and reset().