Opened 10 years ago
Closed 9 years ago
#2098 closed enhancement (done)
Excel export of symbolic data analysis solutions should support boolean functions
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.10 |
Keywords: | Cc: |
Description
Currently not all available symbols are implemented in the excel formatter (e.g., conditionals, boolean functions,...).
Change History (13)
comment:1 Changed 9 years ago by bburlacu
- Owner changed from mkommend to bburlacu
- Status changed from new to accepted
comment:2 Changed 9 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by bburlacu
r11524: Updated plugin dependencies.
comment:4 Changed 9 years ago by bburlacu
r11525: Updated plugin dependencies.
comment:5 Changed 9 years ago by bburlacu
r11541: Updated SymbolicDiscriminantFunctionClassificationSolutionExcelExporter (added the missing functionality).
comment:6 Changed 9 years ago by bburlacu
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.11
- Version changed from 3.3.8 to 3.3.10
comment:7 Changed 9 years ago by mkommend
- Owner changed from mkommend to bburlacu
- Status changed from reviewing to assigned
comment:8 Changed 9 years ago by bburlacu
r11827: Fixed bug when exporting VariableCondition formulas in the SymbolicDataAnalysisExpressionExcelFormatter
comment:9 Changed 9 years ago by bburlacu
r11828: Updated error column in the exported excel file to take the correct error (this fixes the MSE calculation).
comment:10 Changed 9 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from assigned to reviewing
comment:11 Changed 9 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:12 Changed 9 years ago by mkommend
comment:13 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11523: Added support for boolean, conditional and comparison symbols in the SymbolicDataAnalysisExpressionExcelFormatter. Added SymbolicDiscriminantFunctionClassificationSolutionExcelExporter derived from the SymbolicSolutionExcelExporter. Updated view to use the specialized exporter.