IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
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/Object.h>
#include <IMP/ConfigurationSet.h>
#include <IMP/SingletonContainer.h>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
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) |
Cluster sets of points.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file metric_clustering.h.