[mlpack-svn] r13346 - mlpack/trunk/src/mlpack/core/tree/binary_space_tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Aug 6 16:11:59 EDT 2012


Author: rcurtin
Date: 2012-08-06 16:11:59 -0400 (Mon, 06 Aug 2012)
New Revision: 13346

Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
Log:
Fix comment.


Modified: mlpack/trunk/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp	2012-08-06 19:22:20 UTC (rev 13345)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp	2012-08-06 20:11:59 UTC (rev 13346)
@@ -2,9 +2,9 @@
  * @file dual_tree_traverser_impl.hpp
  * @author Ryan Curtin
  *
- * Implementation of the DualTreeTraverser
- * way to perform a dual-tree traversal of two trees.  The trees must be the
- * same type.
+ * Implementation of the DualTreeTraverser for BinarySpaceTree.  This is a way
+ * to perform a dual-tree traversal of two trees.  The trees must be the same
+ * type.
  */
 #ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_DUAL_TREE_TRAVERSER_IMPL_HPP
 #define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_DUAL_TREE_TRAVERSER_IMPL_HPP




More information about the mlpack-svn mailing list