- Timestamp:
- 12/04/13 12:46:14 (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs
r10178 r10180 2 2 using System; 3 3 namespace HeuristicLab.DataPreprocessing { 4 public interface I PreprocessingDataStatisticInfo {4 public interface IStatisticInfo { 5 5 6 6 int GetColumnCount(); … … 16 16 double GetMostCommonValue(int columnIndex); 17 17 double GetStandardDeviation(int columnIndex); 18 public int GetDifferentValuesCount<T>(int columnIndex); 18 19 } 19 20 }
Note: See TracChangeset
for help on using the changeset viewer.