Uses of Class
weka.filters.SimpleStreamFilter
Packages that use SimpleStreamFilter
-
Uses of SimpleStreamFilter in weka.filters
Subclasses of SimpleStreamFilter in weka.filters -
Uses of SimpleStreamFilter in weka.filters.unsupervised.attribute
Subclasses of SimpleStreamFilter in weka.filters.unsupervised.attributeModifier and TypeClassDescriptionclass
Filter that can set and unset the class index.class
Converts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.class
A filter that 'cleanses' the numeric data from values that are too small, too big or very close to a certain value, and sets these values to a pre-defined default.class
Removes attributes based on a regular expression matched against their names.class
This filter is used for renaming attributes.
Regular expressions can be used in the matching and replacing.
See Javadoc of java.util.regex.Pattern class for more information:
http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.htmlclass
A simple filter for sorting the labels of nominal attributes.