[mlpack-svn] r10780 - in mlpack/trunk/src/mlpack/methods: emst gmm

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


Author: rcurtin
Date: 2011-12-14 08:24:30 -0500 (Wed, 14 Dec 2011)
New Revision: 10780

Modified:
   mlpack/trunk/src/mlpack/methods/emst/dtb.hpp
   mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp
Log:
Two asterisks, not three.  What is the meaning of life?


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

Modified: mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp	2011-12-14 13:21:34 UTC (rev 10779)
+++ mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp	2011-12-14 13:24:30 UTC (rev 10780)
@@ -11,7 +11,7 @@
 #include <mlpack/core.hpp>
 
 namespace mlpack {
-namespace gmm /*** Gaussian Mixture Models. */ {
+namespace gmm /** Gaussian Mixture Models. */ {
 
 /**
  * A Gaussian Mixture Model (GMM). This class uses maximum likelihood loss




More information about the mlpack-svn mailing list