AddCluster
Package
weka.filters.unsupervised.attribute
Synopsis
A filter that adds a new nominal attribute representing the cluster assigned to each instance by the specified clustering algorithm.
Options
The table below describes the options available for AddCluster.
Option |
Description |
---|---|
clusterer |
The clusterer to assign clusters with. |
ignoredAttributeIndices |
The range of attributes to be ignored by the clusterer. eg: first-3,5,9-last |
Capabilities
The table below describes the capabilites of AddCluster.
Capability |
Supported |
---|---|
Class |
No class |
Attributes |
Nominal attributes, Missing values, Unary attributes, Empty nominal attributes, Binary attributes, Numeric attributes |
Min # of instances |
0 |