aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-10-22 16:39:15 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2015-10-22 16:39:15 -0200
commitad4fbabeca2cbdf4cb47f1a923183027494ab0a8 (patch)
tree4a9c16454ff4d802b23a8271f4005ee1846f7b1b /pm.pro
parent99ac0af03e1695ba4de2c42e949fce61b84850e5 (diff)
Added PLMP as an alternative technique to use; knn() is now exposed in the mp namespace.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index 281cb55..88a4b61 100644
--- a/pm.pro
+++ b/pm.pro
@@ -28,6 +28,8 @@ SOURCES += main.cpp \
distortionobserver.cpp \
npdistortion.cpp \
lamp.cpp \
+ plmp.cpp \
+ knn.cpp \
forceScheme.cpp \
tsne.cpp \
measures.cpp \