- Timestamp:
- 12/11/13 15:55:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10194 r10218 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Problems.DataAnalysis; 25 using HeuristicLab.Data; 25 26 26 27 namespace HeuristicLab.DataPreprocessing { … … 35 36 void InsertRow(int rowIndex); 36 37 void DeleteRow(int rowIndex); 38 39 IntRange TrainingPartition { get; } 40 IntRange TestPartition { get; } 37 41 38 42 void InsertColumn<T>(string variableName, int columnIndex);
Note: See TracChangeset
for help on using the changeset viewer.