[mlpack-svn] r14470 - mlpack/trunk/src/mlpack/methods/det

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Mar 5 17:57:31 EST 2013


Author: rcurtin
Date: 2013-03-05 17:57:31 -0500 (Tue, 05 Mar 2013)
New Revision: 14470

Modified:
   mlpack/trunk/src/mlpack/methods/det/dt_utils.hpp
Log:
Minor documentation change.


Modified: mlpack/trunk/src/mlpack/methods/det/dt_utils.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/det/dt_utils.hpp	2013-03-05 22:54:10 UTC (rev 14469)
+++ mlpack/trunk/src/mlpack/methods/det/dt_utils.hpp	2013-03-05 22:57:31 UTC (rev 14470)
@@ -46,7 +46,8 @@
 
 /**
  * Train the optimal decision tree using cross-validation with the given number
- * of folds.  Optionally, give a filename to print the unpruned tree to.
+ * of folds.  Optionally, give a filename to print the unpruned tree to.  This
+ * initializes a tree on the heap, so you are responsible for deleting it.
  *
  * @param dataset Dataset for the tree to use.
  * @param folds Number of folds to use for cross-validation.




More information about the mlpack-svn mailing list