Opened 13 years ago
Closed 13 years ago
#1601 closed defect (done)
RegressionSolutionLineChartView shows wrong training output
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
If the test partition is set in the middle of the training partition, the RegressionSolutionLineChartView connects the end of the first training partition part with the beginning of the second training partition part with a straight line. The correct behavior would be to omit this connection that stretches over the test partition.
Change History (4)
comment:1 Changed 13 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:4 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6679: Corrected display of training and test values.