20 #ifndef KMEANSDIALOG_H 21 #define KMEANSDIALOG_H 38 explicit KMeansDialog(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);
52 QSharedPointer<VespucciWorkspace> workspace_;
62 QSharedPointer<AbstractDataAnalyzer> analyzer_;
63 QStringList dataset_keys_;
66 #endif // KMEANSDIALOG_H
The KMeansDialog class Allows the user to create a k-means clustering map.