Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Weka.filters.unsupervised.attribute Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractTimeSeriesAn abstract instance filter that assumes instances form time-series data and performs some merging of attribute values in the current instance withClassweka.filters.unsupervised.attributeWeka
Add An instance filter that adds a new attribute to the dataset.Classweka.filters.unsupervised.attributeWeka
AddCluster A filter that adds a new nominal attribute representing the cluster assigned to each instance by the specifiedClassweka.filters.unsupervised.attributeWeka
AddExpression An instance filter that creates a new attribute by applying a mathematical expression to existing attributes.Classweka.filters.unsupervised.attributeWeka
AddID An instance filter that adds an ID attribute to the dataset.Classweka.filters.unsupervised.attributeWeka
AddNoise An instance filter that changes a percentage of a given attributes values.Classweka.filters.unsupervised.attributeWeka
AddUserFields A filter that adds new attributes with user specified type and constant value.Classweka.filters.unsupervised.attributeWeka
AddUserFields .AttributeSpecInner class encapsulating a new user-specified attribute to create.Classweka.filters.unsupervised.attributeWeka
AddUserFieldsBeanInfoBean info class for the AddUserFields filter.Classweka.filters.unsupervised.attributeWeka
AddValues Adds the labels from the given list to an attribute if they are missing.Classweka.filters.unsupervised.attributeWeka
CartesianProduct A filter for performing the Cartesian product of a set of nominal attributes.Classweka.filters.unsupervised.attributeWeka
Center Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).Classweka.filters.unsupervised.attributeWeka
ChangeDateFormat Changes the date format used by a date attribute.Classweka.filters.unsupervised.attributeWeka
ClassAssigner Filter that can set and unset the class index.Classweka.filters.unsupervised.attributeWeka
ClusterMembership A filter that uses a density-based clusterer to generate cluster membership values; filtered instances are composed of theseClassweka.filters.unsupervised.attributeWeka
Copy An instance filter that copies a range of attributes in the dataset.Classweka.filters.unsupervised.attributeWeka
Discretize An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.Classweka.filters.unsupervised.attributeWeka
NominalToBinary Converts all nominal attributes into binary numeric attributes.Classweka.filters.unsupervised.attributeWeka
NominalToString Converts a nominal attribute (i.Classweka.filters.unsupervised.attributeWeka
Normalize Normalizes all numeric values in the given dataset (apart from the class attribute, if set).Classweka.filters.unsupervised.attributeWeka
NumericCleaner A filter that 'cleanses' the numeric data from values that are too small, too big or very close to a certain value (e.Classweka.filters.unsupervised.attributeWeka
NumericToBinary Converts all numeric attributes into binary attributes (apart from the class attribute, if set): if the value of theClassweka.filters.unsupervised.attributeWeka
NumericToNominal A filter for turning numeric attributes into nominal ones.Classweka.filters.unsupervised.attributeWeka
NumericTransform Transforms numeric attributes using a given transformation method.Classweka.filters.unsupervised.attributeWeka
Obfuscate A simple instance filter that renames the relation, all attribute names and all nominal (and string) attribute values.Classweka.filters.unsupervised.attributeWeka
PartitionedMultiFilter A filter that applies filters on subsets of attributes and assembles the output into a new dataset.Classweka.filters.unsupervised.attributeWeka
PKIDiscretize Discretizes numeric attributes using equal frequency binning, where the number of bins is equal to the square root ofClassweka.filters.unsupervised.attributeWeka
PotentialClassIgnorerThis filter should be extended by other unsupervised attribute filters to allow processing of the class attribute if that's required.Classweka.filters.unsupervised.attributeWeka
PrincipalComponents Performs a principal components analysis and transformation of the data.Classweka.filters.unsupervised.attributeWeka
RandomProjection Reduces the dimensionality of the data by projecting it onto a lower dimensional subspace using a random matrix with columns of unit length (i.Classweka.filters.unsupervised.attributeWeka
RandomSubset Chooses a random subset of attributes, either an absolute number or a percentage.Classweka.filters.unsupervised.attributeWeka
Remove An filter that removes a range of attributes from the dataset.Classweka.filters.unsupervised.attributeWeka
RemoveByName Removes attributes based on a regular expression matched against their names.Classweka.filters.unsupervised.attributeWeka
RemoveType Removes attributes of a given type.Classweka.filters.unsupervised.attributeWeka
RemoveUseless This filter removes attributes that do not vary at all or that vary too much.Classweka.filters.unsupervised.attributeWeka
RenameAttribute This filter is used for renaming attribute names.Classweka.filters.unsupervised.attributeWeka
RenameNominalValues Renames the values of nominal attributes.Classweka.filters.unsupervised.attributeWeka
Reorder A filter that generates output with a new order of the attributes.Classweka.filters.unsupervised.attributeWeka
ReplaceMissingValues Replaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.Classweka.filters.unsupervised.attributeWeka
ReplaceMissingWithUserConstant Replaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constantClassweka.filters.unsupervised.attributeWeka
ReplaceWithMissingValue A filter that can be used to introduce missing values in a dataset.Classweka.filters.unsupervised.attributeWeka
SortLabels A simple filter for sorting the labels of nominal Valid options are:Classweka.filters.unsupervised.attributeWeka
SortLabels .CaseInsensitiveComparatorRepresents a case-insensitive comparator for two strings.Classweka.filters.unsupervised.attributeWeka
SortLabels .CaseSensitiveComparatorRepresents a case-sensitive comparator for two strings.Classweka.filters.unsupervised.attributeWeka
Standardize Standardizes all numeric attributes in the given dataset to have zero mean and unit variance (apart from the class attribute, if set).Classweka.filters.unsupervised.attributeWeka
StringToNominal Converts a range of string attributes (unspecified number of values) to nominal (set number of values).Classweka.filters.unsupervised.attributeWeka
StringToWordVector Converts String attributes into a set of attributes representing word occurrence (depending on the tokenizer) information from the text contained in the strings.Classweka.filters.unsupervised.attributeWeka
SwapValues Swaps two values of a nominal attribute.Classweka.filters.unsupervised.attributeWeka
TimeSeriesDelta An instance filter that assumes instances form time-series data and replaces attribute values in the current instance with the difference between the current value and the equivalent attribute attribute value of some previous (or future) instance.Classweka.filters.unsupervised.attributeWeka
TimeSeriesTranslate An instance filter that assumes instances form time-series data and replaces attribute values in the current instance with the equivalent attribute values of some previous (or future) instance.Classweka.filters.unsupervised.attributeWeka
Transpose Transposes the data: instances become attributes and attributes become instances.Classweka.filters.unsupervised.attributeWeka