SPegasos: set loss function in options

This commit is contained in:
Ronny Bjarnason 2011-03-21 15:31:26 -06:00
parent 2709ececdb
commit b4ff80cc98

View file

@ -132,7 +132,8 @@
(->> (check-options m {:no-normalization "-N"
:no-replace-missing"-M"})
(check-option-values m
{:epochs "-E"
{:loss-fn "-F"
:epochs "-E"
:lambda "-L"}))))