aboutsummaryrefslogtreecommitdiff
path: root/npdistortion.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-29 10:11:27 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-29 10:11:27 +0100
commit990a1eb8aa57aecddf0b8d0d8c230875a7421a10 (patch)
tree4bbf9ae20d5e542500102027864fcf47c6ca7231 /npdistortion.h
parentcdd910e41b9f5200aebf4ce38246ac93177f7e5b (diff)
Removed unused old files.
Diffstat (limited to 'npdistortion.h')
-rw-r--r--npdistortion.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/npdistortion.h b/npdistortion.h
deleted file mode 100644
index a70616d..0000000
--- a/npdistortion.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef NPDISTORTION_H
-#define NPDISTORTION_H
-
-#include "distortionmeasure.h"
-
-class NPDistortion : public DistortionMeasure
-{
-public:
- NPDistortion(int k = 10);
- arma::vec measure(const arma::mat &distA, const arma::mat &distB);
-
-private:
- int m_k;
-};
-
-#endif // NPDISTORTION_H