From ad4fbabeca2cbdf4cb47f1a923183027494ab0a8 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 22 Oct 2015 16:39:15 -0200 Subject: Added PLMP as an alternative technique to use; knn() is now exposed in the mp namespace. --- interactionhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interactionhandler.h') diff --git a/interactionhandler.h b/interactionhandler.h index 0104d65..784746e 100644 --- a/interactionhandler.h +++ b/interactionhandler.h @@ -16,6 +16,8 @@ public: InteractionHandler(const arma::mat &X, const arma::uvec &sampleIndices); + void setTechnique(InteractiveTechnique technique) { m_technique = technique; } + signals: void subsampleChanged(const arma::mat &Y); -- cgit v1.2.3