|
Tapkee
|
Public Member Functions | |
| HeapItem (int indexv, ScalarType distv) | |
| bool | operator< (const HeapItem &o) const |
Public Attributes | |
| int | index |
| ScalarType | dist |
Definition at line 163 of file external/barnes_hut_sne/vptree.hpp.
| HeapItem | ( | int | indexv, |
| ScalarType | distv | ||
| ) |
Definition at line 164 of file external/barnes_hut_sne/vptree.hpp.
| bool operator< | ( | const HeapItem & | o | ) | const |
Definition at line 168 of file external/barnes_hut_sne/vptree.hpp.
| 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.