Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2397


Ignore:
Timestamp:
09/28/09 16:17:27 (15 years ago)
Author:
mkommend
Message:

corrected ModelingResultCalculators for TimeSeriesPrognosis (ticket #755)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/ModelingResultCalculators.cs

    r2388 r2397  
    209209          return CombineDictionaries(RegressionModelingResults, ClassificationModelingResults);
    210210        case ModelType.TimeSeriesPrognosis:
    211           return CombineDictionaries(RegressionModelingResults, ClassificationModelingResults);
     211          return CombineDictionaries(RegressionModelingResults, TimeSeriesPrognosisModelingResults);
    212212        default:
    213213          throw new ArgumentException("Modeling result mapping for ModelType " + modelType + " not defined.");
Note: See TracChangeset for help on using the changeset viewer.