Changeset 10809 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
- Timestamp:
- 05/07/14 12:47:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10804 r10809 37 37 38 38 [Obsolete("use the index based variant, is faster")] 39 IList<T> GetValues<T>(string variableName );40 IList<T> GetValues<T>(int columnIndex );39 IList<T> GetValues<T>(string variableName, bool considerSelection); 40 IList<T> GetValues<T>(int columnIndex, bool considerSelection); 41 41 42 42 void SetValues<T>(int columnIndex, IList<T> values);
Note: See TracChangeset
for help on using the changeset viewer.