| Package | Description |
|---|---|
| weka.filters | |
| weka.filters.unsupervised.attribute |
| Modifier and Type | Class and Description |
|---|---|
class |
AllFilter
A simple instance filter that passes all instances directly
through.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Filter.wekaStaticWrapper(Sourcable filter,
String className,
Instances input,
Instances output)
generates source code from the filter
|
| Modifier and Type | Class and Description |
|---|---|
class |
Center
Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).
|
class |
Normalize
Normalizes all numeric values in the given dataset (apart from the class attribute, if set).
|
class |
ReplaceMissingValues
Replaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.
|
class |
Standardize
Standardizes all numeric attributes in the given dataset to have zero mean and unit variance (apart from the class attribute, if set).
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.