[mlpack] 71/149: Add DualTreeKMeans files to CMakeLists.txt.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 1081600ddcee9099f4a6aff0598551fd0701e4e4
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Wed Nov 5 19:37:00 2014 +0000

    Add DualTreeKMeans files to CMakeLists.txt.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17299 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/methods/kmeans/CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mlpack/methods/kmeans/CMakeLists.txt b/src/mlpack/methods/kmeans/CMakeLists.txt
index 2cf72d6..1cc3d94 100644
--- a/src/mlpack/methods/kmeans/CMakeLists.txt
+++ b/src/mlpack/methods/kmeans/CMakeLists.txt
@@ -2,6 +2,11 @@
 # Anything not in this list will not be compiled into MLPACK.
 set(SOURCES
   allow_empty_clusters.hpp
+  dual_tree_kmeans.hpp
+  dual_tree_kmeans_impl.hpp
+  dual_tree_kmeans_rules.hpp
+  dual_tree_kmeans_rules_impl.hpp
+  dual_tree_kmeans_statistic.hpp
   elkan_kmeans.hpp
   elkan_kmeans_impl.hpp
   hamerly_kmeans.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list