9 #ifndef IMPSTATISTICS_METRIC_CLUSTERING_H
10 #define IMPSTATISTICS_METRIC_CLUSTERING_H
12 #include <IMP/statistics/statistics_config.h>
22 IMPSTATISTICS_BEGIN_NAMESPACE
33 Metric *d,
double far,
int k);
39 Metric *d,
double maximum_diameter);
46 Metric *metric,
double dist);
52 Metric *d,
double cutoff);
54 IMPSTATISTICS_END_NAMESPACE
A container for Singletons.
Various general useful macros for IMP.
PartitionalClustering * create_gromos_clustering(Metric *d, double cutoff)
Compute a distance metric between two points.
PartitionalClustering * create_diameter_clustering(Metric *d, double maximum_diameter)
PartitionalClustering * create_connectivity_clustering(Metric *metric, double dist)
A shared base class to help in debugging and things.
Store a set of configurations of the model.
PartitionalClustering * create_centrality_clustering(Metric *d, double far, int k)