Opened 16 years ago
Closed 16 years ago
#268 closed enhancement (fixed)
SupervisedClassifier should return void
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.4 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
When SVM::train fails false
is returned and a warning message is sent to cerr. We should change this so an exception is thrown instead.
Change History (3)
comment:1 Changed 16 years ago by
Summary: | error handling when SVM::train() fails → SupervisedClassifier should return void |
---|
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
I extend this ticket to be for all SupervisedClassifiers?.
As before, if we want to report failure, throw.