aboutsummaryrefslogtreecommitdiff
path: root/interactionhandler.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-22 22:13:41 +0000
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-22 22:13:41 +0000
commitb28e59710967f89a0623132b1d91b4c37e417e28 (patch)
treef5cfea6392033e1d4e228eb0f388b343434994ce /interactionhandler.cpp
parentb506e3bf7bbb28e89bd6cba55e7fa5ae78a95536 (diff)
Previous merge (apparently) was not enough.
Diffstat (limited to 'interactionhandler.cpp')
-rw-r--r--interactionhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/interactionhandler.cpp b/interactionhandler.cpp
index 9feaf0f..50d0653 100644
--- a/interactionhandler.cpp
+++ b/interactionhandler.cpp
@@ -9,7 +9,6 @@ InteractionHandler::InteractionHandler(const arma::mat &X,
, m_Y(X.n_rows, 3)
, m_labels(labels)
, m_sampleIndices(sampleIndices)
- , m_Y(X.n_rows, 3)
, m_technique(TECHNIQUE_LAMP)
{
m_Y.col(2) = m_labels;