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

Public Methods | |
| MBSAS (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 | |