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.
Definition: cv.hpp:1
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.
Definition: ordered_point_selection.hpp:23
static size_t Select(const size_t point, const MatType &)
Select the next point to use, sequentially.
Definition: ordered_point_selection.hpp:33