Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 15 of Ticket #1600


Ignore:
Timestamp:
08/01/11 11:24:51 (13 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1600

    • Property Status changed from new to reviewing
    • Property Owner changed from mkommend to gkronber
    • Property Summary changed from Ensemble solution are evaluated twice on creation to Ensemble solutions are evaluated twice on creation
  • Ticket #1600 – Description

    initial v15  
    1 `RegressionEnsembleSolutions` and `ClassificationEnsembleSolutions` are derived from the according base class (`RegressionSolution` or `ClassificationSolution`) and their results are calculated in the base class constructor. As the evaluation works differently in ensemble solutions the results must be recalculated which leads to another evaluation of the training and test samples that can be quiet costly.
     1`RegressionEnsembleSolutions` and `ClassificationEnsembleSolutions` are derived from the according base class (`RegressionSolution` or `ClassificationSolution`) and their results are calculated in the base class constructor. As the evaluation works differently in ensemble solutions the results must be recalculated which leads to another evaluation of the training and test samples that can be quite costly.