Opened 14 years ago
Closed 13 years ago
#1506 closed defect (done)
All node impacts and result values are calculated multiple times when a model is simplified via the interactive simplifier
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.5 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.5 |
Keywords: | Cc: |
Description
For classification models three times:
- The first update is caused by setting the underlying model of the solution.
- The second update is caused by the fact that the threshold for a classification solution is automatically recalculated when the underlying model is changed.
- The third update is triggered when the threshold is set to a different value by the interactive simplifier view.
For regression models two times:
- The first update is caused by setting the underlying model of the solution.
- The second update is triggered by rescaling the simplified solution.
Change History (11)
comment:1 Changed 14 years ago by gkronber
- Component changed from Problems.DataAnalysis.Classification.Views to Problems.DataAnalysis.Views
comment:2 Changed 14 years ago by gkronber
- Priority changed from medium to high
comment:3 Changed 13 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from new to accepted
comment:4 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:5 Changed 13 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.5
comment:6 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6411. Thanks for fixing this issue.
comment:7 Changed 13 years ago by gkronber
- Status changed from readytorelease to assigned
comment:8 Changed 13 years ago by gkronber
- Status changed from assigned to accepted
comment:9 Changed 13 years ago by gkronber
r6438: fixed a bug in the simplification view for symbolic DF classification solutions.
comment:10 Changed 13 years ago by gkronber
- Status changed from accepted to readytorelease
comment:11 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.5
Note: See
TracTickets for help on using
tickets.
r6411: Restructured calculation of results in IDataAnalysisSolutions and fixed bug in SymbolicDiscriminantClassisificationEstimatedValuesView.