Changeset 10159 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
- Timestamp:
- 11/27/13 15:20:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10158 r10159 40 40 IList<string> VariableNames { get; } 41 41 bool IsType<T>(int columnIndex); 42 43 int Columns { get; } 44 int Rows { get; } 42 45 } 43 46 }
Note: See TracChangeset
for help on using the changeset viewer.