- Timestamp:
- 03/27/14 12:49:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs
r10673 r10676 24 24 using HeuristicLab.Optimization; 25 25 using HeuristicLab.Problems.DataAnalysis; 26 using HeuristicLab.Problems.DataAnalysis.Symbolic;27 26 28 27 namespace HeuristicLab.DataPreprocessing { … … 37 36 IAlgorithm Algorithm { get; } 38 37 39 I SymbolicDataAnalysisProblem Problem { get; }38 IDataAnalysisProblem Problem { get; } 40 39 41 40 IItem ExportAlgorithmOrProblem();
Note: See TracChangeset
for help on using the changeset viewer.