Opened 9 years ago
Closed 9 years ago
#2392 closed defect (done)
In the correlation matrix there are no negative values for Pearson's correlation
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.11 |
Keywords: | Cc: |
Description
Change History (9)
comment:1 Changed 9 years ago by gkronber
- Owner set to gkronber
- Status changed from new to accepted
comment:2 Changed 9 years ago by gkronber
comment:3 Changed 9 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to assigned
r12492 looks good.
Please fix all warnings regarding the use of the R² Calculator that became obsolete.
comment:5 Changed 9 years ago by gkronber
r12641: fixed all warnings by using PearsonsRCalculator instead of PearsonsRSquaredCalculator
comment:6 Changed 9 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from assigned to reviewing
comment:7 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
Thanks for correcting those warnings.
comment:8 Changed 9 years ago by gkronber
comment:9 Changed 9 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12492: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.