OrderedPointSelection Class Reference

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

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.

Definition at line 23 of file ordered_point_selection.hpp.

Member Function Documentation

◆ Select()

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

Definition at line 33 of file ordered_point_selection.hpp.


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