IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/statistics/RecursivePartitionalClusteringEmbedding.h>
Public Member Functions | |
RecursivePartitionalClusteringEmbedding (Embedding *metric, PartitionalClustering *clustering) | |
PartitionalClustering * | create_full_clustering (PartitionalClustering *center_cluster) |
virtual void | do_show (std::ostream &out) const |
unsigned int | get_number_of_items () const |
algebra::VectorKD | get_point (unsigned int i) const |
algebra::VectorKDs | get_points () const |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::statistics::Embedding | |
Embedding (std::string name) | |
Related Functions inherited from IMP::statistics::Embedding | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Embedding > > | EmbeddingsTemp |
Represent an embedding for clustering data that has already been clustered once. To use it, cluster things once, create one of these with the embedding you want (created with the original data). When you pass this embedding to the clustering algorithm, it will cluster the centers. You can extract the clustering of the original elements using create_full_clustering().
Definition at line 26 of file RecursivePartitionalClusteringEmbedding.h.