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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 14 07:27:00 EST 2011


Author: rcurtin
Date: 2011-12-14 07:27:00 -0500 (Wed, 14 Dec 2011)
New Revision: 10772

Modified:
   mlpack/trunk/src/mlpack/methods/emst/emst_main.cpp
Log:
This was not an input parameter.


Modified: mlpack/trunk/src/mlpack/methods/emst/emst_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/emst/emst_main.cpp	2011-12-14 12:25:58 UTC (rev 10771)
+++ mlpack/trunk/src/mlpack/methods/emst/emst_main.cpp	2011-12-14 12:27:00 UTC (rev 10772)
@@ -40,8 +40,6 @@
 PARAM_INT("leaf_size", "Leaf size in the kd-tree.  One-element leaves give the "
     "empirically best performance, but at the cost of greater memory "
     "requirements.", "l", 1);
-PARAM_DOUBLE("total_squared_length", "Squared length of the computed tree.",
-    "s", 0.0);
 
 using namespace mlpack;
 using namespace mlpack::emst;




More information about the mlpack-svn mailing list