mlpack
master
|
This class can be used to randomly select the next point to use for DBSCAN. More...
Static Public Member Functions | |
template<typename MatType > | |
static size_t | Select (const boost::dynamic_bitset<> &unvisited, const MatType &) |
Select the next point to use, randomly. More... | |
This class can be used to randomly select the next point to use for DBSCAN.
Definition at line 19 of file random_point_selection.hpp.
|
inlinestatic |
Select the next point to use, randomly.
unvisited | Bitset indicating which points are unvisited. |
data | Unused data. |
Definition at line 29 of file random_point_selection.hpp.
References mlpack::math::RandInt().