Opened 11 years ago
Closed 11 years ago
#2066 closed defect (done)
TimeSeriesProblemData does not adapt training and test ranges
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.9 |
Component: | Problems.DataAnalysis | Version: | 3.3.8 |
Keywords: | Cc: |
Description
If the copy ctor of TimeSeriesProblemData is used the training and test ranges are not adapted accordingly.
Change History (4)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r9552.
comment:4 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r9552: Adapted training and test ranges in the copy ctor of the TimeSeriesProblemData.