Vespucci
1.0.0
|
#include "Data/Analysis/abstractdataanalyzer.h"
#include "Data/Analysis/analysisresults.h"
#include "Global/vespucciworkspace.h"
Go to the source code of this file.
Classes | |
class | MetaAnalyzer |
The MetaAnalyzer class This class is used to perform analysis on "pseudo-datasets". This allows us perform analysis on a concatentated spectra matrix from multiple datasets (the MultiAnalyzer derived class) or on a single matrix in a single dataset (the MatrixAnalyzer derived class). This class is not concerned with how the data_ and abscissa_ members are initialized (this is handled by GetData in derived classes). More... | |