Difference between revisions of "Classification"

From Dynamo
Jump to navigation Jump to search
(Created page with "''Dynamo'' includes two main different approaches for classification. * PCA + k-means * Multireference analysis (MRA) PCA is used for clas...")
 
 
Line 4: Line 4:
 
* Multireference analysis (MRA)
 
* Multireference analysis (MRA)
  
 
+
[[Principal component analysis|PCA]] is used for classification of an already aligned data set. It typically scales well up to ~10k subvolumes. [[Multireference Analysis|MRA]] is more time consuming, but it performs simultaneous classification and alignment.
[[Principal component analysis|PCA]] is used for classification of an already aligned data set. [[Multireference Analysis|MRA]] is more time consuming, but it performs simultaneous classification and alignment.
 

Latest revision as of 11:47, 22 March 2016

Dynamo includes two main different approaches for classification.

  • PCA + k-means
  • Multireference analysis (MRA)

PCA is used for classification of an already aligned data set. It typically scales well up to ~10k subvolumes. MRA is more time consuming, but it performs simultaneous classification and alignment.