| Name | Description | Type | Package | Framework |
| AbstractFilter | Umbrella class for filters that implements both the DatasetFilter interfaces. | Class | net.sf.javaml.filter | JavaML |
|
| CeilValueFilter | Filter to replace all values with their ceiled equivalent. | Class | net.sf.javaml.filter.instance | JavaML |
|
| ClassRemoveFilter | Removes all instances from a data set that have a specific class valueVersion:0. | Class | net.sf.javaml.filter | JavaML |
|
| ClassReplaceFilter | Replaces a certain class value with another one. | Class | net.sf.javaml.filter | JavaML |
|
| ClassRetainFilter | Keeps all instances from a data set that have a specific class valueVersion:0. | Class | net.sf.javaml.filter | JavaML |
|
| DatasetFilter | The interface for filters that can be applied on an When applying a filter to a data set it may modify the instances in the | Interface | net.sf.javaml.filter | JavaML |
|
| EqualWidthBinning | A filter that discretizes a range of numeric attributes in the data set into nominal attributes. | Class | net.sf.javaml.filter.discretize | JavaML |
|
| FloorValueFilter | Filter to replace all values with their rounded equivalentAuthor:Thomas Abeel (thomas@abeel. | Class | net.sf.javaml.filter.instance | JavaML |
|
| FourBinMinimalEntropyPartitioning | A filter that discretizes a range of numeric attributes in the data set into 4 nominal attributes. | Class | net.sf.javaml.filter.discretize | JavaML |
|
| InstanceFilter | The interface for filters that can be applied on an Instance without the need for a reference | Interface | net.sf.javaml.filter | JavaML |
|
| InstanceNormalizeMidrange | This filter will normalize all the attributes in an instance to a certain interval determined by a mid-range and a range. | Class | net.sf.javaml.filter.normalize | JavaML |
|
| KNearestNeighbors | Replaces the missing value with the average of the values of its nearest This technique does not guarantee that all missing will be replaced. | Class | net.sf.javaml.filter.missingvalue | JavaML |
|
| MissingClassFilter | Filters all instances from a data set that have their class value not setVersion:0. | Class | net.sf.javaml.filter | JavaML |
|
| NormalizeMean | This filter will normalize the data set with mean 0 and standard deviation 1 The normalization will be done on the attributes, so each attribute will have | Class | net.sf.javaml.filter.normalize | JavaML |
|
| NormalizeMeanIQR135 | This filter will normalize the data set with mean 0 and standard deviation 1 The normalization will be done on the attributes, so each attribute will have | Class | net.sf.javaml.filter.normalize | JavaML |
|
| NormalizeMidrange | This filter will normalize the data set with a certain mid-range and a certain range for each attribute. | Class | net.sf.javaml.filter.normalize | JavaML |
|
| RecursiveMinimalEntropyPartitioning | A filter that discretizes a range of numeric attributes in the data set into nominal attributes. | Class | net.sf.javaml.filter.discretize | JavaML |
|
| RemoveAttributes | | Class | net.sf.javaml.filter | JavaML |
|
| RemoveMissingValue | Removes all instances that have missing values. | Class | net.sf.javaml.filter.missingvalue | JavaML |
|
| ReplaceValueFilter | | Class | net.sf.javaml.filter.instance | JavaML |
|
| ReplaceWithValue | Replaces all Double. | Class | net.sf.javaml.filter.missingvalue | JavaML |
|
| RetainAttributes | Filter to retain a set of wanted attributes and remove all othersAuthor:Thomas Abeel (thomas@abeel. | Class | net.sf.javaml.filter | JavaML |
|
| RoundValueFilter | Filter to replace all values with their rounded equivalentAuthor:Thomas Abeel (thomas@abeel. | Class | net.sf.javaml.filter.instance | JavaML |
|
| ThreeBinMinimalEntropyPartitioning | A filter that discretizes a range of numeric attributes in the data set into 3 nominal attributes. | Class | net.sf.javaml.filter.discretize | JavaML |
|
| TwoBinMinimalEntropyPartitioning | A filter that discretizes a range of numeric attributes in the data set into 2 nominal attributes. | Class | net.sf.javaml.filter.discretize | JavaML |
|
| UnsetClassFilter | Filter to remove class information from a data set or instance. | Class | net.sf.javaml.filter | JavaML |