- Timestamp:
- 01/22/14 15:31:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticsLogic.cs
r10369 r10374 15 15 double GetMedian(int columnIndex); 16 16 double GetAverage(int columnIndex); 17 T GetMostCommonValue<T>(int columnIndex);18 17 double GetStandardDeviation(int columnIndex); 19 18 double GetVariance(int columnIndex); 19 T GetMostCommonValue<T>(int columnIndex); 20 20 int GetDifferentValuesCount<T>(int columnIndex); 21 21
Note: See TracChangeset
for help on using the changeset viewer.