#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 819 of file analyzer.cpp. 00820 { 00821 dump_factory < Analyzer > (); 00822 }
|
|
Definition at line 824 of file analyzer.cpp. 00825 {
00826 return dump_factory_list < Analyzer > ();
00827 }
|