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 TypeClassDescriptionclassFilter that can set and unset the class index.classConverts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.classA 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.classRemoves attributes based on a regular expression matched against their names.classThis 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.htmlclassA simple filter for sorting the labels of nominal attributes.