Changeset 10772 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/ProblemDataCreator.cs
- Timestamp:
- 04/23/14 12:38:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/ProblemDataCreator.cs
r10695 r10772 23 23 using System.Collections.Generic; 24 24 using HeuristicLab.Problems.DataAnalysis; 25 using HeuristicLab.Problems.DataAnalysis.Transformations; 25 26 26 27 namespace HeuristicLab.DataPreprocessing { … … 36 37 private IEnumerable<string> InputVariables { get { return context.Data.VariableNames; } } 37 38 private IEnumerable<ITransformation> Transformations { get { return context.Data.Transformations; } } 38 39 39 40 40 public ProblemDataCreator(IPreprocessingContext context) {
Note: See TracChangeset
for help on using the changeset viewer.