| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
          object --+        
                   |        
     GaussianMixture --+    
                       |    
AbstractStructureMixture --+
                           |
                          ConformerMixture
Gaussian mixture model for protein structure ensembles using a set of conformers
If mixture is a trained model, the ensemble coordinate 
  array of structures from X which belong to conformation 
  k is given by:
>>> indices = numpy.where(mixture.membership == k)[0] >>> conformer = [mixture.datapoint(m, k) for m in indices]
| Nested Classes | |
| Inherited from  | 
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Class Methods | |
| Inherited from  | 
| Class Variables | |
| __abstractmethods__ =  | |
| Inherited from  | |
| Properties | |
| Inherited from  Inherited from  Inherited from  | 
| Method Details | 
| 
 Estimate superpositions 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |