- Timestamp:
- 12/04/13 12:59:23 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs
r10181 r10182 24 24 using System.Collections.Generic; 25 25 using HeuristicLab.Core; 26 using HeuristicLab.DataPreprocessing .Interfaces;26 using HeuristicLab.DataPreprocessing; 27 27 using HeuristicLab.Problems.DataAnalysis; 28 28 29 namespace HeuristicLab.DataPreprocessing .Implementation{29 namespace HeuristicLab.DataPreprocessing { 30 30 [Item("PreprocessingData", "Represents data used for preprocessing.")] 31 31 public class PreprocessingData : NamedItem, IPreprocessingData { -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs
r10181 r10182 1 1 using System; 2 2 using System.Linq; 3 using HeuristicLab.DataPreprocessing .Interfaces;3 using HeuristicLab.DataPreprocessing; 4 4 5 5 namespace HeuristicLab.DataPreprocessing {
Note: See TracChangeset
for help on using the changeset viewer.