Opened 8 years ago
Closed 8 years ago
#2616 closed defect (done)
DataPreprocessing StatisticsView throws an exception for columns without any values
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | DataPreprocessing | Version: | 3.3.13 |
Keywords: | Cc: |
Description
The percentile calculation does not check if there are any values present.
Change History (10)
comment:1 Changed 8 years ago by mkommend
comment:2 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:3 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 8 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from reviewing to assigned
comment:5 Changed 8 years ago by mkommend
r13935: Added default value for min, max and most common value operations for data preprocessing.
comment:6 Changed 8 years ago by mkommend
- Owner changed from mkommend to pfleck
- Status changed from assigned to reviewing
comment:7 Changed 8 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from reviewing to readytorelease
Tested and works.
Implementation looks a bit tedious. But I guess (and I also tried) there is no simple way to specify the default values for the different types, because c# does not support explicit template specialization like c++.
comment:8 Changed 8 years ago by mkommend
Depends on #2393.
comment:9 Changed 8 years ago by mkommend
comment:10 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13934: Added checks in percentile calculation when no valid values are present.