Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/20 15:24:40 (3 years ago)
Author:
gkronber
Message:

#3022: made a few changes while reviewing the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3022-FastFunctionExtraction/FFX/IBasisFunction.cs

    r17737 r17779  
    44    internal interface IBasisFunction {
    55        int Complexity { get; }
    6         bool IsNominator { get; set; }
    7         double[] Simulate(IRegressionProblemData data);
     6        bool IsDenominator { get; set; }
     7        double[] Evaluate(IRegressionProblemData data);
    88        IBasisFunction DeepCopy();
    99    }
Note: See TracChangeset for help on using the changeset viewer.