Uses of Interface
weka.filters.StreamableFilter
Packages that use StreamableFilter
Package
Description
-
Uses of StreamableFilter in weka.filters
Classes in weka.filters that implement StreamableFilterModifier and TypeClassDescriptionclassApplies several filters successively.classA simple filter that allows the relation name of a set of instances to be altered in various ways.classThis filter is a superclass for simple stream filters. -
Uses of StreamableFilter in weka.filters.unsupervised.attribute
Classes in weka.filters.unsupervised.attribute that implement StreamableFilterModifier and TypeClassDescriptionclassAn instance filter that adds a new attribute to the dataset.classAn instance filter that creates a new attribute by applying a mathematical expression to existing attributes.classAdds the labels from the given list to an attribute if they are missing.classChanges the date format used by a date attribute.classFilter that can set and unset the class index.classAn instance filter that copies a range of attributes in the dataset.classThis 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.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 creates a new dataset with a Boolean attribute replacing a nominal attribute.classMerges many values of a nominal attribute into one value.classMerges two values of a nominal attribute into one value.classConverts all nominal attributes into binary numeric attributes.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.classConverts 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.classTransforms numeric attributes using a given transformation method.classA simple instance filter that renames the relation, all attribute names and all nominal attribute values.classAn attribute filter that converts ordinal nominal attributes into numeric ones
Valid options are:classAn filter that removes a range of attributes from the dataset.classRemoves attributes based on a regular expression matched against their names.classRemoves attributes of a given type.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.htmlclassRenames the values of nominal attributes.classA filter that generates output with a new order of the attributes.classReplaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constant values.classA simple filter for sorting the labels of nominal attributes.classSwaps two values of a nominal attribute. -
Uses of StreamableFilter in weka.filters.unsupervised.instance
Classes in weka.filters.unsupervised.instance that implement StreamableFilterModifier and TypeClassDescriptionclassAn instance filter that converts all incoming instances into sparse format.classFilters instances according to the value of an attribute.classProduces a random subsample of a dataset using the reservoir sampling Algorithm "R" by Vitter.classAn instance filter that converts all incoming sparse instances into non-sparse format.