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

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

Detailed Description

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.

Member Function Documentation

template<typename MatType >
static size_t mlpack::dbscan::RandomPointSelection::Select ( const boost::dynamic_bitset<> &  unvisited,
const MatType &   
)
inlinestatic

Select the next point to use, randomly.

Parameters
unvisitedBitset indicating which points are unvisited.
dataUnused data.

Definition at line 29 of file random_point_selection.hpp.

References mlpack::math::RandInt().


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