[mlpack-svn] r14989 - in mlpack/trunk/src/mlpack/core: tree tree/binary_space_tree util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed May 1 19:43:56 EDT 2013


Author: rcurtin
Date: 2013-05-01 19:43:55 -0400 (Wed, 01 May 2013)
New Revision: 14989

Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
   mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp
   mlpack/trunk/src/mlpack/core/util/save_restore_utility_impl.hpp
Log:
Fix @file lines.


Modified: mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp	2013-05-01 23:43:17 UTC (rev 14988)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp	2013-05-01 23:43:55 UTC (rev 14989)
@@ -10,9 +10,6 @@
 
 #include "../statistic.hpp"
 
-// Bad!
-#include <mlpack/methods/neighbor_search/neighbor_search_rules.hpp>
-
 namespace mlpack {
 namespace tree /** Trees and tree-building procedures. */ {
 

Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2013-05-01 23:43:17 UTC (rev 14988)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2013-05-01 23:43:55 UTC (rev 14989)
@@ -1,5 +1,5 @@
 /**
- * @file tree/periodichrectbound.h
+ * @file periodichrectbound.hpp
  *
  * Bounds that are useful for binary space partitioning trees.
  *

Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2013-05-01 23:43:17 UTC (rev 14988)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2013-05-01 23:43:55 UTC (rev 14989)
@@ -1,5 +1,5 @@
 /**
- * @file tree/periodichrectbound_impl.h
+ * @file periodichrectbound_impl.hpp
  *
  * Implementation of periodic hyper-rectangle bound policy class.
  * Template parameter t_pow is the metric to use; use 2 for Euclidian (L2).

Modified: mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp	2013-05-01 23:43:17 UTC (rev 14988)
+++ mlpack/trunk/src/mlpack/core/util/save_restore_utility.hpp	2013-05-01 23:43:55 UTC (rev 14989)
@@ -1,5 +1,5 @@
 /**
- * @file utilities/save_restore_utility.hpp
+ * @file save_restore_utility.hpp
  * @author Neil Slagle
  *
  * The SaveRestoreUtility provides helper functions in saving and

Modified: mlpack/trunk/src/mlpack/core/util/save_restore_utility_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/save_restore_utility_impl.hpp	2013-05-01 23:43:17 UTC (rev 14988)
+++ mlpack/trunk/src/mlpack/core/util/save_restore_utility_impl.hpp	2013-05-01 23:43:55 UTC (rev 14989)
@@ -1,5 +1,5 @@
 /**
- * @file utilities/save_restore_utility_impl.hpp
+ * @file save_restore_utility_impl.hpp
  * @author Neil Slagle
  *
  * The SaveRestoreUtility provides helper functions in saving and




More information about the mlpack-svn mailing list