- Timestamp:
- 07/01/14 15:49:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs
r11002 r11068 25 25 using HeuristicLab.Data; 26 26 using HeuristicLab.Problems.DataAnalysis; 27 using HeuristicLab.Problems.DataAnalysis.Transformations;28 27 29 28 namespace HeuristicLab.DataPreprocessing { … … 52 51 bool AreAllStringColumns(IEnumerable<int> columnIndices); 53 52 bool Validate(string value, out string errorMessage, int columnIndex); 54 55 53 54 IntRange TrainingPartition { get; } 56 55 IntRange TestPartition { get; } 57 56
Note: See TracChangeset
for help on using the changeset viewer.