From 990a1eb8aa57aecddf0b8d0d8c230875a7421a10 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 29 Jan 2016 10:11:27 +0100 Subject: Removed unused old files. --- npdistortion.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 npdistortion.cpp (limited to 'npdistortion.cpp') diff --git a/npdistortion.cpp b/npdistortion.cpp deleted file mode 100644 index 1994c74..0000000 --- a/npdistortion.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "npdistortion.h" - -#include "mp.h" - -NPDistortion::NPDistortion(int k) - : m_k(k) -{ -} - -arma::vec NPDistortion::measure(const arma::mat &distA, const arma::mat &distB) -{ - return mp::neighborhoodPreservation(distA, distB, m_k); -} -- cgit v1.2.3