- Timestamp:
- 11/27/13 15:52:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10159 r10163 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Problems.DataAnalysis; 24 25 25 26 namespace HeuristicLab.DataPreprocessing.Interfaces { … … 43 44 int Columns { get; } 44 45 int Rows { get; } 46 47 void ExportTo(IDataAnalysisProblemData problemData); 45 48 } 46 49 }
Note: See TracChangeset
for help on using the changeset viewer.