Package weka.filters

Interface Summary
StreamableFilter Interface for filters can work with a stream of instances.
SupervisedFilter Interface for filters that make use of a class attribute.
UnsupervisedFilter Interface for filters that do not need a class attribute.
 

Class Summary
AllFilter A simple instance filter that passes all instances directly through.
Filter An abstract class for instance filters: objects that take instances as input, carry out some transformation on the instance and then output the instance.
NullFilter A simple instance filter that allows no instances to pass through.