mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
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 24 of file random_point_selection.hpp.

Member Function Documentation

static size_t 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 34 of file random_point_selection.hpp.

References mlpack::math::RandInt().


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