LCSL / GURLS

GURLS: a Least Squares Library for Supervised Learning
http://lcsl.mit.edu/#/downloads/gurls
63 stars 37 forks source link

Fixed bug in function paramsel_siglamho #21

Closed raffaello-camoriano closed 8 years ago

raffaello-camoriano commented 8 years ago

In function paramsel_siglamho, if the variable vout was not set at line 27, then the program would crash at line 49, due to the ~isfield(vout, regrange) instruction. This is now fixed.