Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/14 11:51:24 (10 years ago)
Author:
pfleck
Message:
  • changed storage of Transformations from Collection to List.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/ProblemDataCreator.cs

    r10908 r10922  
    3636
    3737    private IEnumerable<string> InputVariables { get { return context.Data.VariableNames; } }
    38     private IEnumerable<ITransformation> Transformations { get { return context.Data.Transformations; } }
     38    private IList<ITransformation> Transformations { get { return context.Data.Transformations; } }
    3939
    4040    public ProblemDataCreator(IPreprocessingContext context) {
Note: See TracChangeset for help on using the changeset viewer.