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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 30 17:40:40 EDT 2012


Author: rcurtin
Date: 2012-04-30 17:40:39 -0400 (Mon, 30 Apr 2012)
New Revision: 12583

Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
Log:
Fix misleading documentation...


Modified: mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-04-30 21:39:32 UTC (rev 12582)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-04-30 21:40:39 UTC (rev 12583)
@@ -23,16 +23,8 @@
  * 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 parameter, which is the leaf size to be used.  You
- * can set this at runtime with --tree/leaf_size [leaf_size].  You can also set
- * it in your program using CLI:
+ * This tree does take one parameter, which is the leaf size to be used.
  *
- * @code
- * CLI::GetParam<int>("tree/leaf_size") = target_leaf_size;
- * @endcode
- *
- * @param leaf_size Maximum number of points allowed in each leaf.
- *
  * @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