Uses of Interface
weka.filters.StreamableFilter
Package
Description
-
Uses of StreamableFilter in weka.filters
Modifier and TypeClassDescriptionclass
Applies several filters successively.class
A simple filter that allows the relation name of a set of instances to be altered in various ways.class
This filter is a superclass for simple stream filters. -
Uses of StreamableFilter in weka.filters.unsupervised.attribute
Modifier and TypeClassDescriptionclass
An instance filter that adds a new attribute to the dataset.class
An instance filter that creates a new attribute by applying a mathematical expression to existing attributes.class
Adds the labels from the given list to an attribute if they are missing.class
Changes the date format used by a date attribute.class
Filter that can set and unset the class index.class
An instance filter that copies a range of attributes in the dataset.class
This instance filter takes a range of N numeric attributes and replaces them with N-1 numeric attributes, the values of which are the difference between consecutive attribute values from the original instance.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 creates a new dataset with a Boolean attribute replacing a nominal attribute.class
Merges many values of a nominal attribute into one value.class
Merges two values of a nominal attribute into one value.class
Converts all nominal attributes into binary numeric attributes.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
Converts all numeric attributes into binary attributes (apart from the class attribute, if set): if the value of the numeric attribute is exactly zero, the value of the new attribute will be zero.class
Transforms numeric attributes using a given transformation method.class
A simple instance filter that renames the relation, all attribute names and all nominal attribute values.class
An attribute filter that converts ordinal nominal attributes into numeric ones
Valid options are:class
An filter that removes a range of attributes from the dataset.class
Removes attributes based on a regular expression matched against their names.class
Removes attributes of a given type.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
Renames the values of nominal attributes.class
A filter that generates output with a new order of the attributes.class
Replaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constant values.class
A simple filter for sorting the labels of nominal attributes.class
Swaps two values of a nominal attribute. -
Uses of StreamableFilter in weka.filters.unsupervised.instance
Modifier and TypeClassDescriptionclass
An instance filter that converts all incoming instances into sparse format.class
Filters instances according to the value of an attribute.class
Produces a random subsample of a dataset using the reservoir sampling Algorithm "R" by Vitter.class
An instance filter that converts all incoming sparse instances into non-sparse format.