Package nct.filter

Interface Summary
Filter<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>> This provides the interface for a Filter type.
 

Class Summary
DuplicateThresholdFilter<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>> This class will throw out any solutions with a certain percentage of duplicate nodes.
SortFilter<NodeType extends Comparable<? super NodeType>,WeightType extends Comparable<? super WeightType>> This filter sorts the given solutions from best score (most positive) to worst.
UniqueCompatNodeFilter This Filter filters graphs based on whether the subnodes that form the compatibility nodes that represent nodes in this graph are all unique.