Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 8 years ago

#2619 closed feature request (done)

FeatureCorrelation should have an option to ignore missing values

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.14
Component: Problems.DataAnalysis Version: 3.3.13
Keywords: Cc:

Description

If just one value of a feature is missing, no correlation will be calculated and double.NaN is displayed. Hence, an option to ignore missing values should be added to the correlation calculation.

Change History (8)

comment:1 Changed 8 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 8 years ago by mkommend

r13938:

  • Refactored and separated the different feature correlation calculations.
  • Added a checkbox to ignore missing values in the calculation.

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 gkronber

r14001: changed the text for the ignoreMissingValuesCheckbox

comment:5 follow-up: Changed 8 years ago by gkronber

  • Owner changed from gkronber to mkommend

Reviewed r13938.

The changes are ok. The only question I have is why was the splitContainer introduced?

comment:6 in reply to: ↑ 5 Changed 8 years ago by mkommend

  • Owner changed from mkommend to gkronber

Replying to gkronber:

The changes are ok. The only question I have is why was the splitContainer introduced?

The SplitContainer was already present in the base class for aligning additional controls nicely. By adding the checkbox and resizing the view it shows up in the derived view as well.

comment:7 Changed 8 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Please release.

comment:8 Changed 8 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r14005: Merged r13938 and r14001 into stable.

Note: See TracTickets for help on using tickets.