#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.
| void ANNkdStats::reset | ( | int | d = 0, |
|
| int | n = 0, |
|||
| int | bs = 0 | |||
| ) | [inline] |
| float ANNkdStats::avg_ar |
| int ANNkdStats::dim |
| int ANNkdStats::n_lf |
| int ANNkdStats::n_tl |
| float ANNkdStats::sum_ar |