38 explicit PLSDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, QSharedPointer<AbstractDataAnalyzer> analyzer);
42 void on_buttonBox_accepted();
44 void on_buttonBox_rejected();
46 void on_predictionCheckBox_clicked(
bool checked);
48 void on_analysisTypeComboBox_currentIndexChanged(
const QString &arg1);
50 void on_selectPushButton_clicked();
52 void MatrixSelected(QStringList keys);
58 QSharedPointer<VespucciWorkspace> workspace_;
68 QSharedPointer<AbstractDataAnalyzer> analyzer_;
69 QStringList control_keys_;
The PLSDialog class Dialog that allows the user to perform PLS determinant analysis.