[mlpack-svn] r14027 - mlpack/trunk/src/mlpack/methods/radical

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Dec 20 17:19:17 EST 2012


Author: rcurtin
Date: 2012-12-20 17:19:16 -0500 (Thu, 20 Dec 2012)
New Revision: 14027

Modified:
   mlpack/trunk/src/mlpack/methods/radical/radical_main.cpp
Log:
Clean up documentation slightly for the case of slow runs.


Modified: mlpack/trunk/src/mlpack/methods/radical/radical_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/radical/radical_main.cpp	2012-12-20 22:18:32 UTC (rev 14026)
+++ mlpack/trunk/src/mlpack/methods/radical/radical_main.cpp	2012-12-20 22:19:16 UTC (rev 14027)
@@ -11,7 +11,8 @@
 PROGRAM_INFO("RADICAL", "An implementation of RADICAL, a method for independent"
     "component analysis (ICA).  Assuming that we have an input matrix X, the"
     "goal is to find a square unmixing matrix W such that Y = W * X and the "
-    "dimensions of Y are independent components.");
+    "dimensions of Y are independent components.  If the algorithm is running"
+    "particularly slowly, try reducing the number of replicates.");
 
 PARAM_STRING_REQ("input_file", "Input dataset filename for ICA.", "i");
 




More information about the mlpack-svn mailing list