IMP  2.0.1
The Integrative Modeling Platform
IMP::statistics::RecursivePartitionalClusteringEmbedding Class Reference

#include <IMP/statistics/RecursivePartitionalClusteringEmbedding.h>

+ Inheritance diagram for IMP::statistics::RecursivePartitionalClusteringEmbedding:

Public Member Functions

 RecursivePartitionalClusteringEmbedding (Embedding *metric, PartitionalClustering *clustering)
 
PartitionalClusteringcreate_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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: