Package weka.filters.unsupervised.instance

Class Summary
AbstractRowFinderApplier Ancestor for filters that apply RowFinder schemes to the data.
DatasetCleaner Removes all rows from the data data that have been indentified.
DatasetLabeler Adds an additional attribute to the dataset containing a label whether it was a match or not, i.e., whether the row finder selected a particular row or not.
LatestRecords Retains the latest database records.
RemoveDuplicates Removes all duplicate instances.
RemoveInstancesWithMissingValue Removes all instances that contain missing values.
RemoveMisclassifiedRel A filter that removes instances which are incorrectly classified.
RemoveWithZeroes Removes all instances that contain at least the specified number (or percentage) of zeroes in numeric attributes.
RowNorm Row wise normalization.
SafeRemoveRange A filter that removes a given range of instances of a dataset.
Works just like weka.filters.unsupervised.instance.RemoveRange, but has a more robust handling of instance ranges.
Sort Sorts the instances.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.