Package AutoDockTools :: Module cluster
[hide private]
[frames] | no frames]

Module cluster

source code


Some definitions:
    cluster:    a list of conformations all within tolerance RMSD.
    clustering: a list of clusters from clustering a set of conformations
                at a given tolerance RMSD.
    Clusterer:  instances of this class perform the clustering operation,
                maintain the distance_matrix, and keep the dictionary of
                clusterings (keyed by tolerance).



Classes [hide private]
  Cluster
A cluster is a list of conformations.
  Clustering
A clustering is list of clusters resulting from a clustering operation.
  Clusterer
This class knows how to cluster a list of conformations the Autodock way.