[mlpack-git] master: Add DualTreeKMeans files to CMakeLists.txt. (573cfd5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:02:26 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 573cfd51a5963f9efc8df5de315094301b00b3f8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Nov 5 19:37:00 2014 +0000

    Add DualTreeKMeans files to CMakeLists.txt.


>---------------------------------------------------------------

573cfd51a5963f9efc8df5de315094301b00b3f8
 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



More information about the mlpack-git mailing list