|
Antonie
|
Generic class to cluster objects that are 'close by'. More...
#include <dnamisc.hh>
Classes | |
| struct | cluster |
| Represents a cluster. More... | |
Public Member Functions | |
| Clusterer (int limit) | |
| Cluster objects that are less than 'limit' apart together. | |
| void | feed (const T &t) |
| Feed an object. | |
Public Attributes | |
| std::vector< cluster > | d_clusters |
| The clusters we made for you. | |
Generic class to cluster objects that are 'close by'.
Cluster objects that are less than 'limit' apart together.
| std::vector<cluster> Clusterer< T >::d_clusters |
The clusters we made for you.
1.7.6.1