- Timestamp:
- 11/27/13 15:31:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataStatisticInfo.cs
r10161 r10162 2 2 using System; 3 3 namespace HeuristicLab.DataPreprocessing { 4 public interface I DatasetStatisticInfo {4 public interface IPreprocessingDataStatisticInfo { 5 5 6 6 int GetColumnCount();
Note: See TracChangeset
for help on using the changeset viewer.