Opened 16 years ago
Closed 16 years ago
#340 closed request (fixed)
slim down SupervisedClassifer
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.4 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
It should have no member variables, i.e. move Target and Data to Derived if necessary.
virtual function data(void)
is obsolete and should be removed.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
in [1162] removed variable bool trained_
. It was not used anywhere.
Note: See
TracTickets for help on using
tickets.
In [1157] this is essentially fixed. The only thing left is that SupervisedClassifier has a member
bool trained_
, should we keep it?