- Timestamp:
- 02/23/15 16:47:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.DataPreprocessing/3.4/Implementations/FilteredPreprocessingData.cs ΒΆ
r11156 r12059 81 81 public string GetCellAsString(int columnIndex, int rowIndex) { 82 82 return ActiveData.GetCellAsString(columnIndex, rowIndex); 83 }84 85 public IList<T> GetValues<T>(string variableName, bool considerSelection) {86 return ActiveData.GetValues<T>(variableName, considerSelection);87 83 } 88 84
Note: See TracChangeset
for help on using the changeset viewer.