Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 17:42:44 (10 years ago)
Author:
mkommend
Message:

#2206: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ManipulationLogic.cs

    r11002 r11070  
    2727namespace HeuristicLab.DataPreprocessing {
    2828  public class ManipulationLogic : IManipulationLogic {
    29     private ITransactionalPreprocessingData preprocessingData;
    30     private IStatisticsLogic statisticsLogic;
    31     private ISearchLogic searchLogic;
     29    private readonly ITransactionalPreprocessingData preprocessingData;
     30    private readonly IStatisticsLogic statisticsLogic;
     31    private readonly ISearchLogic searchLogic;
    3232
    3333    public IEnumerable<string> VariableNames {
     
    402402    }
    403403
    404     public event DataPreprocessingChangedEventHandler Changed;
    405404  }
    406405}
Note: See TracChangeset for help on using the changeset viewer.