mlpack
|
This class can be used to sequentially select the next point to use for DBSCAN. More...
#include <ordered_point_selection.hpp>
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.
|
inlinestatic |
Select the next point to use, sequentially.
point | unvisited Bitset indicating which points are unvisited. |
* | (data) Unused data. |