![]() |
IMP
2.3.1
The Integrative Modeling Platform
|
A class to cluster structures. More...
Inherits object.
A class to cluster structures.
Uses scipy's cdist function to compute distance matrices And sklearn's kmeans clustering module.
| rmsd_weights | Flat list of weights for each particle (if they're coarse) |
Definition at line 180 of file pmi/Analysis.py.
Public Member Functions | |
| def | do_cluster |
| Run K-means clustering. More... | |
| def | fill |
| fill stores coordinates of a model into a dictionary all_coords, containing coordinates for all models. More... | |
| def IMP.pmi.analysis.Clustering.do_cluster | ( | self, | |
| number_of_clusters, | |||
seed = None |
|||
| ) |
Run K-means clustering.
| number_of_clusters | Num means |
| seed | the random seed |
Definition at line 250 of file pmi/Analysis.py.
| def IMP.pmi.analysis.Clustering.fill | ( | self, | |
| frame, | |||
| Coords | |||
| ) |
fill stores coordinates of a model into a dictionary all_coords, containing coordinates for all models.
Definition at line 204 of file pmi/Analysis.py.