- Timestamp:
- 09/02/15 13:16:18 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.DataPreprocessing/3.4 (added) merged: 12889
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.DataPreprocessing/3.4/Interfaces/IStatisticsLogic.cs
r12012 r12931 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.