Changeset 16566 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithMeanCommand.cs
- Timestamp:
- 01/28/19 14:00:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter
- Property svn:ignore
-
old new 2 2 _ReSharper.HeuristicLab.DataImporter 3 3 *.user 4 packages
-
- Property svn:ignore
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/FillMissingValuesWithMeanCommand.cs
r9615 r16566 27 27 using HeuristicLab.DataImporter.Data.Model; 28 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using HEAL.Attic; 29 30 30 31 namespace HeuristicLab.DataImporter.Command { 31 [Storable Class]32 [StorableType("87E0EA6E-EC45-492B-8F4B-B15B25A467E9")] 32 33 [ViewableCommandInfoAttribute("Mean", 1, ColumnGroupState.DoubleColumnSelected | ColumnGroupState.AnySelectedColumnContainsNull, 33 34 "Handle Missing Values", Position = 0)]
Note: See TracChangeset
for help on using the changeset viewer.