Changeset 8586 for branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues
- Timestamp:
- 09/06/12 10:22:07 (12 years ago)
- Location:
- branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteColumnsWithMissingValuesThresholdCommand.cs
r7994 r8586 29 29 [StorableClass] 30 30 [ViewableCommandInfoAttribute("Delete Columns beneath Threshold", 1, ColumnGroupState.AnySelectedColumnContainsNull, 31 "Handle Missing Values", Position = 6, OptionsView = typeof(DeleteWithThreshold ))]31 "Handle Missing Values", Position = 6, OptionsView = typeof(DeleteWithThresholdView))] 32 32 public class DeleteColumnsWithMissingValuesThresholdCommand : ColumnGroupCommandWithAffectedColumnsBase, IThresholdCommand { 33 33 private ColumnBase oldColumn; -
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/DeleteRowsWithMissingValuesThresholdCommand.cs
r7994 r8586 32 32 [StorableClass] 33 33 [ViewableCommandInfoAttribute("Delete Rows beneath Threshold", 1, ColumnGroupState.Active, 34 "Handle Missing Values", Position = 5, OptionsView = typeof(DeleteWithThreshold ))]34 "Handle Missing Values", Position = 5, OptionsView = typeof(DeleteWithThresholdView))] 35 35 public class DeleteRowsWithMissingValuesThresholdCommand : ColumnGroupCommandBase, IThresholdCommand { 36 36 private Dictionary<int, IComparable[]> deletedRows;
Note: See TracChangeset
for help on using the changeset viewer.