Opened 9 years ago
Closed 8 years ago
#2273 closed defect (done)
CSV import into a clustering problem deactives the last input variable
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Problems.DataAnalysis | Version: | 3.3.10 |
Keywords: | Cc: |
Description
For clustering problem per default all input variables should be enabled, instead of deactivating the last one. This behavior is probably due to the similarity of the CSV import for clustering and other data analysis problems.
Change History (4)
comment:1 Changed 9 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r11540.
I noticed that there is a lot of duplicate code in the importer. This should probably be changed by providing a default DataAnalysisImportType and TableFileParser.
comment:4 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11540: Changed behavior of CSV import for clustering problem data to enable all input variables per default.