20 #ifndef PRINCIPALCOMPONENTSDIALOG_H 21 #define PRINCIPALCOMPONENTSDIALOG_H 40 explicit PrincipalComponentsDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, QSharedPointer<AbstractDataAnalyzer> analyzer);
44 void on_buttonBox_accepted();
46 void on_buttonBox_rejected();
49 Ui::PrincipalComponentsDialog *ui;
54 QSharedPointer<VespucciWorkspace> workspace_;
58 QSharedPointer<AbstractDataAnalyzer> analyzer_;
62 #endif // PRINCIPALCOMPONENTSDIALOG_H
The PrincipalComponentsDialog class Dialog for performing principal components analysis.