[mlpack-svn] r15847 - mlpack/trunk/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Sep 26 15:39:58 EDT 2013


Author: marcus
Date: Thu Sep 26 15:39:58 2013
New Revision: 15847

Log:
Update the timer example call and output.

Modified:
   mlpack/trunk/doc/guide/timer.hpp

Modified: mlpack/trunk/doc/guide/timer.hpp
==============================================================================
--- mlpack/trunk/doc/guide/timer.hpp	(original)
+++ mlpack/trunk/doc/guide/timer.hpp	Thu Sep 26 15:39:58 2013
@@ -7,12 +7,14 @@
 output by the mlpack::CLI object, when --verbose is given:
 
 @code
-$ allknn -i=data.csv -k 5
+$ allknn -r dataset.csv -n neighbors_out.csv -d distances_out.csv -k 5 -v
 <...>
 [INFO ] Program timers:
-[INFO ]   computing_neighbors: 0.044764s
-[INFO ]   total_time: 0.061249s
-[INFO ]   tree_building: 0.003075s
+[INFO ]   computing_neighbors: 0.010650s
+[INFO ]   loading_data: 0.002567s
+[INFO ]   saving_data: 0.001115s
+[INFO ]   total_time: 0.149816s
+[INFO ]   tree_building: 0.000534s
 @endcode
 
 @section usingtimer Timer API



More information about the mlpack-svn mailing list