31 #include "../model/EEGData.hpp"
47 *check_feature_trained,
54 std::vector<string> feature_names;
55 string selected_feature;
61 static void CB_changeFeature(GtkWidget *, gpointer);
62 static void CB_trainFeature(GtkWidget *, gpointer);
63 static void CB_startPlot(GtkWidget *, gpointer);
64 static void CB_stopPlot(GtkWidget *, gpointer);
65 static gint timedPlot(gpointer);
69 bool continue_plotting;
74 bool continuePlotting() {
return continue_plotting; }