IMP  2.3.1
The Integrative Modeling Platform
metric_clustering.h File Reference

Cluster sets of points. More...

#include <IMP/statistics/statistics_config.h>
#include "PartitionalClustering.h"
#include "Metric.h"
#include "point_clustering.h"
#include <IMP/algebra/VectorD.h>
#include <IMP/macros.h>
#include <IMP/base/Object.h>
#include <IMP/ConfigurationSet.h>
#include <IMP/SingletonContainer.h>
+ Include dependency graph for metric_clustering.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::statistics
 Code to compute statistical measures.
 

Functions

PartitionalClustering * IMP::statistics::create_centrality_clustering (Metric *d, double far, int k)
 
PartitionalClustering * IMP::statistics::create_connectivity_clustering (Metric *metric, double dist)
 
PartitionalClustering * IMP::statistics::create_diameter_clustering (Metric *d, double maximum_diameter)
 
PartitionalClustering * IMP::statistics::create_gromos_clustering (Metric *d, double cutoff)
 

Detailed Description

Cluster sets of points.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file metric_clustering.h.