Center
Package
weka.filters.unsupervised.attribute
Synopsis
Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).
Options
The table below describes the options available for Center.
Option |
Description |
---|---|
ignoreClass |
The class index will be unset temporarily before the filter is applied. |
Capabilities
The table below describes the capabilites of Center.
Capability |
Supported |
---|---|
Class |
No class, Numeric class, Relational class, Nominal class, Missing class values, Empty nominal class, Binary class, String class, Unary class, Date class |
Attributes |
Unary attributes, Binary attributes, Missing values, Empty nominal attributes, Nominal attributes, Date attributes, Numeric attributes, String attributes, Relational attributes |
Min # of instances |
0 |