Changeset 13289 for stable/HeuristicLab.DataPreprocessing/3.4/Interfaces
- Timestamp:
- 11/19/15 12:02:40 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12983,12986,13252,13271
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.DataPreprocessing/3.4 merged: 12983,12986,13252
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs
r12121 r13289 47 47 void DeleteColumn(int columnIndex); 48 48 49 void RenameColumn(int columnIndex, string name); 50 void RenameColumns(IList<string> names); 51 49 52 bool AreAllStringColumns(IEnumerable<int> columnIndices); 50 53 bool Validate(string value, out string errorMessage, int columnIndex);
Note: See TracChangeset
for help on using the changeset viewer.