[mlpack] 49/58: typo in comments

Barak A. Pearlmutter barak+git at cs.nuim.ie
Tue Sep 9 13:19:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 101e387932645be44c9a532399e684b969a31718
Author: michaelfox99 <michaelfox99 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Sat Aug 23 21:47:23 2014 +0000

    typo in comments
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17106 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/methods/linear_regression/linear_regression.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/linear_regression/linear_regression.hpp b/src/mlpack/methods/linear_regression/linear_regression.hpp
index 7959a67..4fee414 100644
--- a/src/mlpack/methods/linear_regression/linear_regression.hpp
+++ b/src/mlpack/methods/linear_regression/linear_regression.hpp
@@ -108,7 +108,7 @@ class LinearRegression
    * regression).
    */
   double lambda;
-  //! Indicates whether last parameter is intercept.
+  //! Indicates whether first parameter is intercept.
   bool intercept;
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list