[mlpack-svn] [MLPACK] #298: Enhancement of linear regression library

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sun Aug 11 03:35:18 EDT 2013


#298: Enhancement of linear regression library
--------------------------------+-------------------------------------------
  Reporter:  sumedhghaisas      |        Owner:              
      Type:  enhancement        |       Status:  new         
  Priority:  major              |    Milestone:  mlpack 1.0.7
 Component:  mlpack             |   Resolution:              
  Keywords:  linear_regression  |     Blocking:              
Blocked By:                     |  
--------------------------------+-------------------------------------------

Comment (by sumedhghaisas):

 Yeah i got to know about the column major implementation. But as far as
 the functionality is considered it doesn't affect anything. The load data
 function is actually loading the data after transposing the matrix and
 same for saving.(Saving the data after transposing). Check the test.cpp i
 have implemented. If you transpose the loaded data then everything works
 fine. Except of course as u mentioned when trans(T) * X is not invertible.
 I would think of some better implementation for that.
     But except that everything is fine. I have checked my answers against
 octave modules and they both giving the same results. Just check test.cpp
 and pass csv file in that.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/298#comment:2>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list