|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
One heap entry. More...
#include <clustering/math/heap.h>
Public Attributes | |
| Idx | handle |
External identity supplied by the caller at push time. | |
| Key | key |
| Ordering key; the heap root carries the smallest key. | |
| Val | val |
Payload associated with handle. | |
One heap entry.
Public so callers can read the handle returned by top / pop without unpacking a tuple.
| Idx clustering::IndexedHeap< Key, Val, Idx >::Entry::handle |
| Key clustering::IndexedHeap< Key, Val, Idx >::Entry::key |
| Val clustering::IndexedHeap< Key, Val, Idx >::Entry::val |