[mlpack-svn] r16522 - 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 May 19 13:41:42 EDT 2014


Author: rcurtin
Date: Mon May 19 13:41:42 2014
New Revision: 16522

Log:
Fix comment and clarify that it's pertaining to the runtime constructor, not the
template parameters.


Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp

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	(original)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp	Mon May 19 13:41:42 2014
@@ -24,6 +24,9 @@
  * from it.  If you need to add or delete a node, the better procedure is to
  * rebuild the tree entirely.
  *
+ * This tree does take one runtime parameter in the constructor, which is the
+ * leaf size to be used.
+ *
  * @tparam BoundType The bound used for each node.  The valid types of bounds
  *     and the necessary skeleton interface for this class can be found in
  *     bounds/.



More information about the mlpack-svn mailing list