Opened 13 years ago
Closed 13 years ago
#506 closed defect (fixed)
change 'SVM::max_epochs' to be unsigned
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.6 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
In SVM variable max_epochs_ is hold as unsigned long int, but the functions to get and set that variable deal with long int. Change this.
Change History (2)
comment:1 Changed 13 years ago by
Summary: | changed max_epochs to be unsigned → change 'SVM::max_epochs' to be unsigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [1863]) fixes #506