|
Tapkee
|
Public Member Functions | |
| HeapItem (int indexv, double distv) | |
| bool | operator< (const HeapItem &o) const |
Public Attributes | |
| int | index |
| double | dist |
Definition at line 168 of file external/barnes_hut_sne/vptree.hpp.
| HeapItem | ( | int | indexv, |
| double | distv | ||
| ) |
Definition at line 169 of file external/barnes_hut_sne/vptree.hpp.
| bool operator< | ( | const HeapItem & | o | ) | const |
Definition at line 173 of file external/barnes_hut_sne/vptree.hpp.
| double dist |
Definition at line 172 of file external/barnes_hut_sne/vptree.hpp.
| int index |
Definition at line 171 of file external/barnes_hut_sne/vptree.hpp.