Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/09/09 14:34:56 (15 years ago)
Author:
gkronber
Message:

Implemented a first version of an operator to calculate variable impacts of models (generated by GP or SVM). #644 (Variable impact of CEDMA models should be calculated and stored in the result DB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/ITreeEvaluator.cs

    r1891 r2034  
    3131namespace HeuristicLab.GP.StructureIdentification {
    3232  public interface ITreeEvaluator : IItem {
    33     void ResetEvaluator(Dataset dataset, int targetVariable, int start, int end, double punishmentFactor);
    34     void PrepareForEvaluation(IFunctionTree functionTree);
     33    void PrepareForEvaluation(Dataset dataset, int targetVariable, int start, int end, double punishmentFactor, IFunctionTree functionTree);
    3534    double Evaluate(int sampleIndex);
    3635  }
Note: See TracChangeset for help on using the changeset viewer.