[mlpack-svn] r10777 - mlpack/trunk/src/mlpack/methods/emst

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 14 08:15:13 EST 2011


Author: rcurtin
Date: 2011-12-14 08:15:13 -0500 (Wed, 14 Dec 2011)
New Revision: 10777

Modified:
   mlpack/trunk/src/mlpack/methods/emst/dtb.hpp
Log:
Minor documentation fix for the namespace emst.


Modified: mlpack/trunk/src/mlpack/methods/emst/dtb.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/emst/dtb.hpp	2011-12-14 13:06:45 UTC (rev 10776)
+++ mlpack/trunk/src/mlpack/methods/emst/dtb.hpp	2011-12-14 13:15:13 UTC (rev 10777)
@@ -20,7 +20,7 @@
 #include <mlpack/core/metrics/lmetric.hpp>
 
 namespace mlpack {
-namespace emst {
+namespace emst /*** Euclidean Minimum Spanning Trees. */ {
 
 /**
  * A statistic for use with MLPACK trees, which stores the upper bound on




More information about the mlpack-svn mailing list