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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Sep 10 15:15:11 EDT 2013


Author: rcurtin
Date: Tue Sep 10 15:15:10 2013
New Revision: 15735

Log:
Fix a comment.


Modified:
   mlpack/trunk/src/mlpack/methods/emst/dtb.hpp

Modified: mlpack/trunk/src/mlpack/methods/emst/dtb.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/emst/dtb.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/emst/dtb.hpp	Tue Sep 10 15:15:10 2013
@@ -172,7 +172,7 @@
   //! The instantiated metric.
   MetricType metric;
 
-  // For sorting the edge list after the computation.
+  //! For sorting the edge list after the computation.
   struct SortEdgesHelper
   {
     bool operator()(const EdgePair& pairA, const EdgePair& pairB)



More information about the mlpack-svn mailing list