- Timestamp:
- 11/09/17 11:51:37 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/Filter/ComparisonFilter.cs
r15110 r15466 86 86 } 87 87 88 // return remaining rows 88 89 public new bool[] Check() { 89 90 bool[] result = new bool[ConstrainedValue.Rows]; … … 102 103 } 103 104 104 result[row] = !base.Check(item);105 result[row] = base.Check(item); 105 106 } 106 107
Note: See TracChangeset
for help on using the changeset viewer.