Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/18 10:43:25 (6 years ago)
Author:
fholzing
Message:

#2904: Reverted the additional CalculateValue-Method in IOnlineCalculator and created a static property/method in RegressionSolutionVariableImpactsCalculator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2904_CalculateImpacts/3.4/Interfaces/IOnlineCalculator.cs

    r15831 r16001  
    2222
    2323using System;
    24 using System.Collections.Generic;
    25 
    2624namespace HeuristicLab.Problems.DataAnalysis {
    2725  [Flags]
     
    4543    void Reset();
    4644    void Add(double original, double estimated);
    47     double CalculateValue(IEnumerable<double> originalValues, IEnumerable<double> estimatedValues, out OnlineCalculatorError errorState);
    4845  }
    4946}
Note: See TracChangeset for help on using the changeset viewer.