20 #ifndef MULTIANALYZER_H 21 #define MULTIANALYZER_H 36 MultiAnalyzer(QSharedPointer<VespucciWorkspace> workspace, QStringList dataset_keys);
38 void SNVNormalize(
double offset);
39 void QUIC_SVD(
double epsilon);
42 bool CheckMergability(
const QStringList dataset_keys);
43 void GetDatasets(QStringList keys);
44 bool ConcatenateSpectra(QStringList dataset_keys);
46 void AddAnalysisResults(QSharedPointer<AnalysisResults> results, QStringList matrices);
47 QString FindUniqueName(QString name);
58 QVector<QSharedPointer<VespucciDataset> > datasets_;
59 QStringList dataset_keys_;
62 #endif // MULTIANALYZER_H The MultiAnalyzer class This class handles the execution of multivariate analysis across multiple dat...
VESPUCCI_EXPORT arma::mat SVDDenoise(const arma::mat &X, arma::uword k, arma::mat &U, arma::vec &s, arma::mat &V)