Changeset 15594 for trunk/sources/HeuristicLab.DataPreprocessing/3.4/Data
- Timestamp:
- 01/11/18 10:59:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Data/FilteredPreprocessingData.cs
r15583 r15594 288 288 } 289 289 public T GetMedian<T>(int columnIndex, bool considerSelection = false, T emptyValue = default(T)) where T : IComparable<T> { 290 return ActiveData.GetMe an<T>(columnIndex, considerSelection, emptyValue);290 return ActiveData.GetMedian<T>(columnIndex, considerSelection, emptyValue); 291 291 } 292 292 public T GetMode<T>(int columnIndex, bool considerSelection = false, T emptyValue = default(T)) where T : IEquatable<T> {
Note: See TracChangeset
for help on using the changeset viewer.