Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 12:38:07 (10 years ago)
Author:
pfleck
Message:
  • Current Transformations from GUI stored in TransformationContent.
  • Corrected namespace from Transformation interfaces.
File:
1 edited

Legend:

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

    r10695 r10772  
    2323using System.Collections.Generic;
    2424using HeuristicLab.Problems.DataAnalysis;
     25using HeuristicLab.Problems.DataAnalysis.Transformations;
    2526
    2627namespace HeuristicLab.DataPreprocessing {
     
    3637    private IEnumerable<string> InputVariables { get { return context.Data.VariableNames; } }
    3738    private IEnumerable<ITransformation> Transformations { get { return context.Data.Transformations; } }
    38 
    3939
    4040    public ProblemDataCreator(IPreprocessingContext context) {
Note: See TracChangeset for help on using the changeset viewer.