- Timestamp:
- 04/02/14 15:57:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/Filter/ComparisonFilter.cs
r10704 r10716 31 31 namespace HeuristicLab.DataPreprocessing.Filter 32 32 { 33 [Item("ComparisonFilter", " Represents the comparison Filter.")]33 [Item("ComparisonFilter", "A filter which compares the member of the preprocessing data with the constraint data.")] 34 34 public class ComparisonFilter : ComparisonConstraint, IFilter 35 35 {
Note: See TracChangeset
for help on using the changeset viewer.