- Timestamp:
- 07/09/14 10:37:01 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.DataPreprocessing/3.4/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs
r11068 r11156 62 62 int GetColumnIndex(string variableName); 63 63 64 bool IsType<T>(int columnIndex);64 bool VariableHasType<T>(int columnIndex); 65 65 66 66 int Columns { get; } -
trunk/sources/HeuristicLab.DataPreprocessing/3.4/Interfaces/IStatisticsLogic.cs
r10811 r11156 46 46 int GetDifferentValuesCount<T>(int columnIndex); 47 47 48 bool IsType<T>(int columnIndex);48 bool VariableHasType<T>(int columnIndex); 49 49 string GetColumnTypeAsString(int columnIndex); 50 50 string GetVariableName(int columnIndex);
Note: See TracChangeset
for help on using the changeset viewer.