Opened 13 years ago
Closed 13 years ago
#1226 closed defect (done)
Exception when trying to retrieve the estimated values of a SVM solution
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.2 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.2 |
Keywords: | Cc: |
Description
Change History (6)
comment:1 Changed 13 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 13 years ago by gkronber
comment:3 Changed 13 years ago by gkronber
Adapted SVM classes to work correctly for overlapping training / test partitions with r4543.
comment:4 Changed 13 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
comment:6 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
Note: See
TracTickets for help on using
tickets.
This happens because of the changes to class DataAnalyisProblemData to support overlapped training/test partitions. (see #939)