mlpack
Static Public Member Functions | List of all members
mlpack::dbscan::OrderedPointSelection Class Reference

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...
 

Detailed Description

This class can be used to sequentially select the next point to use for DBSCAN.

Member Function Documentation

◆ Select()

template<typename MatType >
static size_t mlpack::dbscan::OrderedPointSelection::Select ( const size_t  point,
const MatType &   
)
inlinestatic

Select the next point to use, sequentially.

Parameters
pointunvisited Bitset indicating which points are unvisited.
*(data) Unused data.

The documentation for this class was generated from the following file: