Free cookie consent management tool by TermsFeed Policy Generator

Opened 4 years ago

Closed 3 years ago

#3054 closed defect (done)

Calculation of Variable Impacts with LDA does not work

Reported by: fholzing Owned by: pfleck
Priority: low Milestone: HeuristicLab 3.3.17
Component: Problems.DataAnalysis Version:
Keywords: Cc:

Description

If at least one InputVariable of the ProblemData is a DateTime, the calculation of the variable impacts will fail.

Change History (7)

comment:1 Changed 4 years ago by fholzing

r17422: Explicitly used problemData.AllowedInputVariables instead of modifiableDataset.VariableNames

comment:2 Changed 4 years ago by fholzing

  • Status changed from new to accepted

comment:3 Changed 4 years ago by fholzing

  • Owner changed from fholzing to pfleck
  • Status changed from accepted to reviewing

comment:4 Changed 4 years ago by fholzing

r17423: .Clone() in DiscriminantFunctionClassificationModel missed cloning of thresholdCalculator

comment:5 Changed 4 years ago by pfleck

  • Status changed from reviewing to readytorelease

Reviewed and tested r17422 and r17423: works, thanks.

As a side note, I do not like having this special treatment of IDiscriminantFunctionClassificationModels within the ClassificationSolutionVariableImpactsCalculator. But that's not the issue of the ticket.

comment:6 Changed 3 years ago by gkronber

r17866: merged r17422:17423 from trunk to stable

comment:7 Changed 3 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version trunk deleted
Note: See TracTickets for help on using tickets.