- Timestamp:
- 04/23/14 15:27:20 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs
r10676 r10783 24 24 using HeuristicLab.Optimization; 25 25 using HeuristicLab.Problems.DataAnalysis; 26 using HeuristicLab.DataPreprocessing.Interfaces; 26 27 27 28 namespace HeuristicLab.DataPreprocessing { … … 29 30 : IItem { 30 31 31 I TransactionalPreprocessingData Data { get; }32 IFilteredPreprocessingData Data { get; } 32 33 33 34 [Obsolete]
Note: See TracChangeset
for help on using the changeset viewer.