[mlpack-git] master: Remove trash bloated not-working DualTreeKMeans. As noted above, it didn't work. (2eddaf1)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Apr 2 11:51:30 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/17f0148f17f3f36e2bce197b74f3da697e565a8e...2eddaf17ee79b596f3cc2dc33909789f517be565

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

commit 2eddaf17ee79b596f3cc2dc33909789f517be565
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Apr 2 11:51:03 2015 -0400

    Remove trash bloated not-working DualTreeKMeans.
    As noted above, it didn't work.


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

2eddaf17ee79b596f3cc2dc33909789f517be565
 src/mlpack/methods/kmeans/CMakeLists.txt           |  10 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans.hpp     |  92 -----
 .../methods/kmeans/dual_tree_kmeans_impl.hpp       | 433 ---------------------
 .../methods/kmeans/dual_tree_kmeans_rules.hpp      |  83 ----
 .../methods/kmeans/dual_tree_kmeans_rules_impl.hpp | 233 -----------
 .../methods/kmeans/dual_tree_kmeans_statistic.hpp  | 190 ---------
 src/mlpack/methods/kmeans/kmeans_main.cpp          |   8 +-
 src/mlpack/tests/kmeans_test.cpp                   | 412 --------------------
 8 files changed, 7 insertions(+), 1454 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2eddaf17ee79b596f3cc2dc33909789f517be565


More information about the mlpack-git mailing list