aboutsummaryrefslogtreecommitdiff
path: root/interactionhandler.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-22 18:40:07 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-22 18:40:07 -0300
commit6a7b60784a44013156382843a5e72af272810674 (patch)
treef5cfea6392033e1d4e228eb0f388b343434994ce /interactionhandler.h
parente8bb632cae4e7c9a320a3412cbd487f859ae104c (diff)
Improvements to UI and performance.
Diffstat (limited to 'interactionhandler.h')
-rw-r--r--interactionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interactionhandler.h b/interactionhandler.h
index 3dbeb8a..5468dab 100644
--- a/interactionhandler.h
+++ b/interactionhandler.h
@@ -24,7 +24,7 @@ public slots:
void setSubsample(const arma::mat &Ys);
private:
- arma::mat m_X;
+ arma::mat m_X, m_Y;
arma::vec m_labels;
arma::uvec m_sampleIndices;
InteractiveTechnique m_technique;