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