SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
node< P > Struct Template Reference

Detailed Description

template<class P>
struct node< P >

Cover tree node TODO better doc

Definition at line 39 of file JLCoverTree.h.

Public Attributes

p
float max_dist
float parent_dist
node< P > * children
unsigned short int num_children
short int scale

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation