Opened 15 years ago
Closed 15 years ago
#345 closed defect (fixed)
EnsembleBuilder::predict does not work
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | critical | Milestone: | yat 0.4 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
The test for EnsembleBuilder? are not sufficient. We have to test all functions using all three Lookups.
I suspect the predict function does not compile for any of the Lookups. There are problems with mixing Data* with SmartPtr?<Data> and also we employ Data::selected although it has been removed in both MatrixLookup? and MatrixLookupWeighted?.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Markus Ringnér to Peter |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
fixed in [1206]