This class can be used to sequentially select the next point to use for DBSCAN. More...
Static Public Member Functions | |
template < typename MatType > | |
static size_t | Select (const size_t point, const MatType &) |
Select the next point to use, sequentially. More... | |
This class can be used to sequentially select the next point to use for DBSCAN.
Definition at line 23 of file ordered_point_selection.hpp.
|
inlinestatic |
Select the next point to use, sequentially.
point | unvisited Bitset indicating which points are unvisited. |
* | (data) Unused data. |
Definition at line 33 of file ordered_point_selection.hpp.