Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/11 12:16:27 (12 years ago)
Author:
gkronber
Message:

#1670 changed remaining calculators to follow originalValues/estimatedValues convention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/OnlineTheilsUStatisticCalculator.cs

    r6961 r6964  
    103103      if (calculator.ErrorState == OnlineCalculatorError.None &&
    104104          (estimatedValuesEnumerator.MoveNext() || originalValuesEnumerator.MoveNext())) {
    105         throw new ArgumentException("Number of elements in first and second enumeration doesn't match.");
     105        throw new ArgumentException("Number of elements in originalValues and estimatedValues enumerations doesn't match.");
    106106      } else {
    107107        errorState = calculator.ErrorState;
Note: See TracChangeset for help on using the changeset viewer.