- Timestamp:
- 04/02/14 11:38:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs
r10586 r10695 51 51 IntRange TestPartition { get; } 52 52 53 IList<ITransformation> Transformations { get; } 54 53 55 IEnumerable<string> VariableNames { get; } 54 56 string GetVariableName(int columnIndex);
Note: See TracChangeset
for help on using the changeset viewer.