Opened 7 years ago
Closed 6 years ago
#2912 closed defect (done)
PositiveClass value not preserved in the SolutionComparisonView
Reported by: | bburlacu | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Problems.DataAnalysis.Symbolic.Classification | Version: | trunk |
Keywords: | Cc: |
Description
The SolutionComparisonView creates a new problem data and dataset, which are then used for the creation of the OneR and LDA solutions.
The new problem data does not preserve the PositiveClass value from the original problem data as it is not explicitly assigned.
Change History (5)
comment:1 Changed 7 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 7 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 6 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r15882.
comment:4 Changed 6 years ago by mkommend
comment:5 Changed 6 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15882: Make sure to explicitly set the PositiveClass to the correct value.