IMP  2.0.1
The Integrative Modeling Platform
point_clustering.h File Reference

Cluster sets of points. More...

#include <IMP/statistics/statistics_config.h>
#include "PartitionalClusteringWithCenter.h"
#include "Embedding.h"
+ Include dependency graph for point_clustering.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::statistics
 See IMP.statistics Overview for more information.
 

Functions

PartitionalClusteringWithCenter * IMP::statistics::create_bin_based_clustering (Embedding *embed, double side)
 
PartitionalClustering * IMP::statistics::create_centrality_clustering (Embedding *d, double far, int k)
 
PartitionalClusteringWithCenter * IMP::statistics::create_connectivity_clustering (Embedding *embed, double dist)
 
PartitionalClusteringWithCenter * IMP::statistics::create_lloyds_kmeans (Embedding *embedding, unsigned int k, unsigned int iterations)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file point_clustering.h.