- Timestamp:
- 12/18/13 14:08:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs
r10221 r10240 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Optimization; 23 24 using HeuristicLab.Problems.DataAnalysis; 24 25 namespace HeuristicLab.DataPreprocessing { … … 32 33 33 34 IDataAnalysisProblemData DataAnalysisProblemData { get; } 35 36 IAlgorithm Algorithm { get; } 34 37 } 35 38 }
Note: See TracChangeset
for help on using the changeset viewer.