9 #ifndef IMPSTATISTICS_POINT_CLUSTERING_H
10 #define IMPSTATISTICS_POINT_CLUSTERING_H
12 #include <IMP/statistics/statistics_config.h>
16 IMPSTATISTICS_BEGIN_NAMESPACE
28 Embedding *embedding,
unsigned int k,
unsigned int iterations);
34 IMPSTATISTICSEXPORT PartitionalClusteringWithCenter *
40 IMPSTATISTICSEXPORT PartitionalClusteringWithCenter *
50 Embedding *d,
double far,
int k);
52 IMPSTATISTICS_END_NAMESPACE
PartitionalClustering * create_centrality_clustering(Embedding *d, double far, int k)
PartitionalClusteringWithCenter * create_lloyds_kmeans(Embedding *embedding, unsigned int k, unsigned int iterations)
PartitionalClusteringWithCenter * create_connectivity_clustering(Embedding *embed, double dist)
PartitionalClusteringWithCenter * create_bin_based_clustering(Embedding *embed, double side)