Tapkee
VpTree< T, distance >::Node Struct Reference

Public Member Functions

 Node ()
 
 ~Node ()
 
 Node (const Node &)
 
Nodeoperator= (const Node &)
 

Public Attributes

int index
 
ScalarType threshold
 
Nodeleft
 
Noderight
 

Detailed Description

template<typename T, ScalarType(*)(const T &, const T &) distance>
struct tsne::VpTree< T, distance >::Node

Definition at line 141 of file external/barnes_hut_sne/vptree.hpp.

Constructor & Destructor Documentation

◆ Node() [1/2]

Node ( )

Definition at line 148 of file external/barnes_hut_sne/vptree.hpp.

◆ ~Node()

~Node ( )

Definition at line 150 of file external/barnes_hut_sne/vptree.hpp.

◆ Node() [2/2]

Node ( const Node )

Member Function Documentation

◆ operator=()

Node& operator= ( const Node )

Member Data Documentation

◆ index

int index

Definition at line 143 of file external/barnes_hut_sne/vptree.hpp.

◆ left

Node* left

Definition at line 145 of file external/barnes_hut_sne/vptree.hpp.

◆ right

Node* right

Definition at line 146 of file external/barnes_hut_sne/vptree.hpp.

◆ threshold

ScalarType threshold

Definition at line 144 of file external/barnes_hut_sne/vptree.hpp.


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