Changeset 17128
- Timestamp:
- 07/11/19 12:38:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs
r17048 r17128 22 22 using System; 23 23 using System.Collections.Generic; 24 using HEAL.Attic; 24 25 using HeuristicLab.Common; 25 26 using HeuristicLab.Core; 26 27 using HeuristicLab.Optimization; 27 using HEAL.Attic;28 28 using HeuristicLab.Problems.DataAnalysis; 29 29 … … 32 32 [StorableType("52D31B2B-7D48-482B-B875-5FCE0F8397A8")] 33 33 public class PreprocessingContext : NamedItem { 34 public string Filename { get; set; }35 34 36 35 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.