12 #ifndef MLPACK_METHODS_DBSCAN_ORDERED_POINT_SELECTION_HPP 13 #define MLPACK_METHODS_DBSCAN_ORDERED_POINT_SELECTION_HPP 32 template<
typename MatType>
33 static size_t Select(
const size_t point,
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
This class can be used to sequentially select the next point to use for DBSCAN.
static size_t Select(const size_t point, const MatType &)
Select the next point to use, sequentially.