Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VpTree< T, distance >::HeapItem Struct Reference

Public Member Functions

 HeapItem (int indexv, ScalarType distv)
 
bool operator< (const HeapItem &o) const
 

Public Attributes

int index
 
ScalarType dist
 

Detailed Description

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

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

Constructor & Destructor Documentation

HeapItem ( int  indexv,
ScalarType  distv 
)

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

Member Function Documentation

bool operator< ( const HeapItem o) const

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

Member Data Documentation

ScalarType dist

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

int index

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


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