Uses of Package
weka.filters

Packages that use weka.filters
weka.classifiers.functions   
weka.classifiers.meta   
weka.classifiers.rules   
weka.classifiers.trees   
weka.filters   
weka.filters.supervised.attribute   
weka.filters.supervised.instance   
weka.filters.unsupervised.attribute   
weka.filters.unsupervised.instance   
weka.gui.beans   
 

Classes in weka.filters used by weka.classifiers.functions
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.
 

Classes in weka.filters used by weka.classifiers.meta
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.
 

Classes in weka.filters used by weka.classifiers.rules
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.
 

Classes in weka.filters used by weka.classifiers.trees
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.
 

Classes in weka.filters used by weka.filters
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.
 

Classes in weka.filters used by weka.filters.supervised.attribute
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.
SupervisedFilter
          Interface for filters that make use of a class attribute.
 

Classes in weka.filters used by weka.filters.supervised.instance
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.
SupervisedFilter
          Interface for filters that make use of a class attribute.
 

Classes in weka.filters used by weka.filters.unsupervised.attribute
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.
StreamableFilter
          Interface for filters can work with a stream of instances.
UnsupervisedFilter
          Interface for filters that do not need a class attribute.
 

Classes in weka.filters used by weka.filters.unsupervised.instance
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.
StreamableFilter
          Interface for filters can work with a stream of instances.
UnsupervisedFilter
          Interface for filters that do not need a class attribute.
 

Classes in weka.filters used by weka.gui.beans
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.