AddValues
Package
weka.filters.unsupervised.attribute
Synopsis
Adds the labels from the given list to an attribute if they are missing. The labels can also be sorted in an ascending manner. If no labels are provided then only the (optional) sorting applies.
Options
The table below describes the options available for AddValues.
Option |
Description |
---|---|
attributeIndex |
Sets which attribute to process. This attribute must be nominal ("first" and "last" are valid values) |
labels |
Comma-separated list of lables to add. |
sort |
Whether to sort the labels alphabetically. |
Capabilities
The table below describes the capabilites of AddValues.
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 |