#include "emobject.h"
#include <gsl/gsl_linalg.h>
Include dependency graph for analyzer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Classes | |
class | EMAN::Analyzer |
Analyzer class defines a way to take a List of images as input, and returns a new List of images. More... | |
class | EMAN::KMeansAnalyzer |
KMeansAnalyzer Performs k-means classification on a set of input images (shape/size arbitrary) returned result is a set of classification vectors. More... | |
class | EMAN::SVDAnalyzer |
Singular Value Decomposition from GSL. More... | |
Functions | |
void | dump_analyzers () |
map< string, vector< string > > | dump_analyzers_list () |
|
Definition at line 816 of file analyzer.cpp. 00817 { 00818 dump_factory < Analyzer > (); 00819 }
|
|
Definition at line 821 of file analyzer.cpp. 00822 {
00823 return dump_factory_list < Analyzer > ();
00824 }
|