[mlpack-svn] r15736 - 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:16:38 EDT 2013


Author: rcurtin
Date: Tue Sep 10 15:16:37 2013
New Revision: 15736

Log:
Fix output, because it does not output the squared distance any more.


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

Modified: mlpack/trunk/src/mlpack/methods/emst/dtb_impl.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/emst/dtb_impl.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/emst/dtb_impl.hpp	Tue Sep 10 15:16:37 2013
@@ -144,7 +144,7 @@
 
   EmitResults(results);
 
-  Log::Info << "Total squared length: " << totalDist << std::endl;
+  Log::Info << "Total spanning tree length: " << totalDist << std::endl;
 } // ComputeMST
 
 /**



More information about the mlpack-svn mailing list