weka.filters |
|
Java Source File Name | Type | Comment |
AllFilter.java | Class | A simple instance filter that passes all instances directly
through. |
Filter.java | Class | An abstract class for instance filters: objects that take instances
as input, carry out some transformation on the instance and then
output the instance. |
MultiFilter.java | Class |
Applies several filters successively. |
SimpleBatchFilter.java | Class | This filter is a superclass for simple batch filters. |
SimpleFilter.java | Class | This filter contains common behavior of the SimpleBatchFilter and the
SimpleStreamFilter. |
SimpleStreamFilter.java | Class | This filter is a superclass for simple stream filters. |
StreamableFilter.java | Interface | Interface for filters can work with a stream of instances. |
SupervisedFilter.java | Interface | Interface for filters that make use of a class attribute. |
UnsupervisedFilter.java | Interface | Interface for filters that do not need a class attribute. |