Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/11 15:38:16 (13 years ago)
Author:
mkommend
Message:

#1453: Renamed IOnlineEvaluator to IOnlineCalculator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionModel.cs

    r5914 r5942  
    6969      double alpha;
    7070      double beta;
    71       OnlineEvaluatorError errorState;
     71      OnlineCalculatorError errorState;
    7272      OnlineLinearScalingParameterCalculator.Calculate(estimatedValues, targetValues, out alpha, out beta, out errorState);
    73       if (errorState != OnlineEvaluatorError.None) return;
     73      if (errorState != OnlineCalculatorError.None) return;
    7474
    7575      ConstantTreeNode alphaTreeNode = null;
Note: See TracChangeset for help on using the changeset viewer.