Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8838


Ignore:
Timestamp:
10/23/12 12:44:21 (11 years ago)
Author:
gkronber
Message:

#1951: corrected a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Evaluators/SymbolicDataAnalysisEvaluator.cs

    r8798 r8838  
    149149      }
    150150
    151       //calculate linear scaling
    152       //the static methods of the calculator could not be used as it performs a check if the enumerators have an equal amount of elements
    153       //this is not true if the cache is used
     151      // calculate linear scaling
     152      // the static methods of the calculator are not used because the evaluated values should be cached for performance reasons
    154153      int i = 0;
    155154      var linearScalingCalculator = new OnlineLinearScalingParameterCalculator();
Note: See TracChangeset for help on using the changeset viewer.