|
SHOGUN
v2.0.0
|
Cover tree node TODO better doc
Definition at line 39 of file JLCoverTree.h.
Public Attributes | |
| P | p |
| float | max_dist |
| float | parent_dist |
| node< P > * | children |
| unsigned short int | num_children |
| short int | scale |
| node<P>* children |
Pointer to the list of children of this node
Definition at line 51 of file JLCoverTree.h.
| float max_dist |
The maximum distance to any grandchild
Definition at line 45 of file JLCoverTree.h.
| unsigned short int num_children |
The number of children nodes of this node
Definition at line 54 of file JLCoverTree.h.
| P p |
Point
Definition at line 42 of file JLCoverTree.h.
| float parent_dist |
The distance to the parent
Definition at line 48 of file JLCoverTree.h.
| short int scale |
Essentially, an upper bound on the distance to any child
Definition at line 57 of file JLCoverTree.h.