[mlpack-svn] r16266 - mlpack/trunk/src/mlpack/core/tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Feb 10 10:07:51 EST 2014


Author: rcurtin
Date: Mon Feb 10 10:07:51 2014
New Revision: 16266

Log:
Remove PeriodicHRectBound (#30).


Removed:
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
Modified:
   mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt
   mlpack/trunk/src/mlpack/core/tree/bounds.hpp

Modified: mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt
==============================================================================
--- mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt	(original)
+++ mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt	Mon Feb 10 10:07:51 2014
@@ -28,8 +28,6 @@
   mrkd_statistic.hpp
   mrkd_statistic_impl.hpp
   mrkd_statistic.cpp
-  periodichrectbound.hpp
-  periodichrectbound_impl.hpp
   statistic.hpp
   traversal_info.hpp
   tree_traits.hpp

Modified: mlpack/trunk/src/mlpack/core/tree/bounds.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/tree/bounds.hpp	(original)
+++ mlpack/trunk/src/mlpack/core/tree/bounds.hpp	Mon Feb 10 10:07:51 2014
@@ -11,7 +11,6 @@
 #include <mlpack/core/metrics/lmetric.hpp>
 
 #include "hrectbound.hpp"
-#include "periodichrectbound.hpp"
 #include "ballbound.hpp"
 
 #endif // __MLPACK_CORE_TREE_BOUNDS_HPP



More information about the mlpack-svn mailing list