Changeset 11159 for stable/HeuristicLab.DataPreprocessing/3.4/Interfaces
- Timestamp:
- 07/09/14 13:21:16 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs
r11068 r11159 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; } -
stable/HeuristicLab.DataPreprocessing/3.4/Interfaces/IStatisticsLogic.cs
r10811 r11159 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.