From 6a7b60784a44013156382843a5e72af272810674 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 22 May 2015 18:40:07 -0300 Subject: Improvements to UI and performance. --- interactionhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interactionhandler.h') 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; -- cgit v1.2.3