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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jul 11 18:37:26 EDT 2012


Author: rcurtin
Date: 2012-07-11 18:37:25 -0400 (Wed, 11 Jul 2012)
New Revision: 13214

Modified:
   mlpack/trunk/src/mlpack/methods/det/dtree_impl.hpp
Log:
Uh, I forgot the opening {


Modified: mlpack/trunk/src/mlpack/methods/det/dtree_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/det/dtree_impl.hpp	2012-07-11 22:35:16 UTC (rev 13213)
+++ mlpack/trunk/src/mlpack/methods/det/dtree_impl.hpp	2012-07-11 22:37:25 UTC (rev 13214)
@@ -11,7 +11,7 @@
 
 #include "dtree.hpp"
 
-namespace mlpack
+namespace mlpack {
 namespace det {
 
 // This function computes the log-l2-negative-error of a given node from the
@@ -164,9 +164,8 @@
   *right_error = -std::exp(*right_error);
 
   return some_split_found;
-} // end FindSplit_
+}
 
-
 template<typename eT, typename cT>
 void DTree<eT, cT>::SplitData_(MatType* data,
                                size_t split_dim,




More information about the mlpack-svn mailing list