[mlpack-git] master: Fix documentation, thanks to Squalluca. (d48cf44)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:26 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit d48cf446ead1b15daabb3415b19b3337b2d59e4d
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Feb 3 19:44:28 2015 -0500

    Fix documentation, thanks to Squalluca.


>---------------------------------------------------------------

d48cf446ead1b15daabb3415b19b3337b2d59e4d
 src/mlpack/methods/lars/lars.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/lars/lars.hpp b/src/mlpack/methods/lars/lars.hpp
index 317b65d..f67bf45 100644
--- a/src/mlpack/methods/lars/lars.hpp
+++ b/src/mlpack/methods/lars/lars.hpp
@@ -129,7 +129,7 @@ class LARS
    *     true).
    * @param responses A vector of targets.
    * @param beta Vector to store the solution (the coefficients) in.
-   * @param rowMajor Set to false if the data is row-major.
+   * @param transposeData Set to false if the data is row-major.
    */
   void Regress(const arma::mat& data,
                const arma::vec& responses,



More information about the mlpack-git mailing list