mlpack
|
This class can be used to randomly select the next point to use for DBSCAN. More...
#include <random_point_selection.hpp>
Public Member Functions | |
template<typename MatType > | |
size_t | Select (const size_t, const MatType &data) |
Select the next point to use, randomly. More... | |
This class can be used to randomly select the next point to use for DBSCAN.
|
inline |
Select the next point to use, randomly.
* | (point) Unused data. |
data | Dataset to cluster. |