-
class
Applies several filters successively.
-
class
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.html
class
A simple filter for sorting the labels of nominal
attributes.