Changeset 8838
- Timestamp:
- 10/23/12 12:44:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Evaluators/SymbolicDataAnalysisEvaluator.cs
r8798 r8838 149 149 } 150 150 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 154 153 int i = 0; 155 154 var linearScalingCalculator = new OnlineLinearScalingParameterCalculator();
Note: See TracChangeset
for help on using the changeset viewer.