[mlpack-svn] r11635 - mlpack/trunk/src/mlpack/methods/lars

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Feb 28 14:16:33 EST 2012


Author: rcurtin
Date: 2012-02-28 14:16:32 -0500 (Tue, 28 Feb 2012)
New Revision: 11635

Modified:
   mlpack/trunk/src/mlpack/methods/lars/lars_main.cpp
Log:
Remove citations from -h output.


Modified: mlpack/trunk/src/mlpack/methods/lars/lars_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/lars/lars_main.cpp	2012-02-28 19:15:57 UTC (rev 11634)
+++ mlpack/trunk/src/mlpack/methods/lars/lars_main.cpp	2012-02-28 19:16:32 UTC (rev 11635)
@@ -2,7 +2,7 @@
  * @file lars_main.cpp
  * @author Nishant Mehta
  *
- * Executable for LARS
+ * Executable for LARS.
  */
 #include <mlpack/core.hpp>
 
@@ -26,32 +26,7 @@
     "regression.\n"
     "\n"
     "For efficiency reasons, it is not recommended to use this algorithm with "
-    "lambda_1 = 0.\n"
-    "\n"
-    "For more details, see the following papers:\n"
-    "\n"
-    "@article{\n"
-    "  title = {Least angle regression},\n"
-    "  author = {Efron, B. and Hastie, T. and Johnstone, I. and Tibshirani,"
-    "R.},\n"
-    "  journal = {The Annals of Statistics},\n"
-    "  volume = {32},\n"
-    "  number = {2},\n"
-    "  pages = {407--499},\n"
-    "  year = {2004},\n"
-    "  publisher = {Institute of Mathematical Statistics}\n"
-    "}\n"
-    "\n"
-    "@article{\n"
-    "  title = {Regularization and variable selection via the elastic net},\n"
-    "  author = {Zou, H. and Hastie, T.},\n"
-    "  journal = {Journal of the Royal Statistical Society Series B},\n"
-    "  volume = {67},\n"
-    "  number = {2},\n"
-    "  pages = {301--320},\n"
-    "  year = {2005},\n"
-    "  publisher = {Royal Statistical Society}\n"
-    "}");
+    "lambda_1 = 0.\n");
 
 PARAM_STRING_REQ("input_file", "File containing covariates (X)",
     "i");




More information about the mlpack-svn mailing list