Changeset 11403 for trunk/sources/HeuristicLab.DataPreprocessing.Views
- Timestamp:
- 09/29/14 15:02:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs
r11381 r11403 59 59 ()=>Content.ManipulationLogic.DeleteRowsWithMissingValuesGreater(getRowsColumnsInfo()), 60 60 ()=>replaceMissingValues(), 61 ()=>Content.ManipulationLogic.Shuffle WithRanges(shuffleSeparatelyCheckbox.Checked)61 ()=>Content.ManipulationLogic.Shuffle(shuffleSeparatelyCheckbox.Checked) 62 62 }; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.