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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Sep 13 15:56:50 EDT 2013


Author: rcurtin
Date: Fri Sep 13 15:56:49 2013
New Revision: 15778

Log:
Often number of prunes can be useful information, to make sure that anything at
all is being pruned.


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	Fri Sep 13 15:56:49 2013
@@ -138,6 +138,7 @@
     Cleanup();
 
     Log::Info << edges.size() << " edges found so far." << std::endl;
+    Log::Info << traverser.NumPrunes() << " nodes pruned." << std::endl;
   }
 
   Timer::Stop("emst/mst_computation");



More information about the mlpack-svn mailing list