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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 14 12:41:37 EST 2011


Author: niche
Date: 2011-12-14 12:41:37 -0500 (Wed, 14 Dec 2011)
New Revision: 10790

Modified:
   mlpack/trunk/src/mlpack/methods/lars/lars.hpp
Log:
more comments for lars

Modified: mlpack/trunk/src/mlpack/methods/lars/lars.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/lars/lars.hpp	2011-12-14 17:38:18 UTC (rev 10789)
+++ mlpack/trunk/src/mlpack/methods/lars/lars.hpp	2011-12-14 17:41:37 UTC (rev 10790)
@@ -139,8 +139,11 @@
    */
   const arma::mat MatUtriCholFactor();
   
-  /*
-   * Do LARS
+  /* Run LARS
+   * 
+   * @param matX Input data into the algorithm - a matrix where each row is a
+   *    point and each column is a dimension
+   * @param y A vector of targets
    */
   void DoLARS(const arma::mat& matX, const arma::vec& y);
   




More information about the mlpack-svn mailing list