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

#include <random_point_selection.hpp>

Public Member Functions

template<typename MatType >
size_t Select (const size_t, const MatType &data)
 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.

Member Function Documentation

◆ Select()

template<typename MatType >
size_t mlpack::dbscan::RandomPointSelection::Select ( const size_t  ,
const MatType &  data 
)
inline

Select the next point to use, randomly.

Parameters
*(point) Unused data.
dataDataset to cluster.

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