#include <BSAS.h>
Inheritance diagram for prapi::clustering::BSAS< T, I, C >:

Public Methods | |
| BSAS (int clusters, double threshold) | |
| List< Cluster< T, I, C > > | getClustering (const List< Sample< T, I, C > > &samples, const ProximityMeasure< T > &measure) |
| @complexity O(N), where N is the number of samples in samples | |
| void | setThreshold (double threshold) |
| double | getThreshold (void) const |
| double & | threshold (void) |
| void | setClusters (int clusters) |
| int | getClusters (void) const |
| int & | clusters (void) |
Protected Attributes | |
| int | _iClusters |
| double | _dThreshold |