- Timestamp:
- 01/08/14 15:08:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs
r10240 r10307 23 23 using HeuristicLab.Optimization; 24 24 using HeuristicLab.Problems.DataAnalysis; 25 25 26 namespace HeuristicLab.DataPreprocessing { 26 27 public interface IPreprocessingContext : IItem { … … 35 36 36 37 IAlgorithm Algorithm { get; } 38 39 IProblem Problem { get; } 37 40 } 38 41 }
Note: See TracChangeset
for help on using the changeset viewer.