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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Feb 3 19:45:50 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/092a5a6873a0610267791faded8ff8ad9258edbe...b4c08074ca03feaf38511e62fd0e928330b99d93

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

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

    Fix documentation, thanks to Squalluca.


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

b4c08074ca03feaf38511e62fd0e928330b99d93
 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