- Timestamp:
- 08/21/15 18:28:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Interfaces/IStatisticsLogic.cs
r12012 r12889 41 41 DateTime GetAverageDateTime(int columnIndex, bool considerSelection = false); 42 42 43 double GetOneQuarterPercentile(int columnIndex); 44 double GetThreeQuarterPercentile(int columnIndex); 43 45 double GetStandardDeviation(int columnIndex); 44 46 double GetVariance(int columnIndex);
Note: See TracChangeset
for help on using the changeset viewer.