Opened 15 years ago
Closed 15 years ago
#107 closed defect (fixed)
bug in ensemble.build()
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | blocker | Milestone: | yat 0.2 |
Component: | classifier | Version: | |
Keywords: | Cc: |
Description
Using ensemble.build in test leads to a core dump. It looks like a memeory bug of type using a too large index for a vector, which means we are touching memory we should not touch.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Something is fishy in SubsetGenerator?. Printing member variables of the subset passed to EnsembleBuilder? constructor yields one outprint and printing the EB's own SubsetGenerator? yields something completely different (something unexpected size way too much).
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [619]) fixes #107 and refs #105 fixed bug in EnsembleBuilder? and removed some assert in header files
Note: See
TracTickets for help on using
tickets.
same behaviour for ensemble of ncc (instead of svm) so the problem should be in something that is shared between these two cases, in other words, not kernel stuff or matrix stuff.