Synopsis
Hierarchical clustering by applying an inner flat clusterer scheme recursively
Description
A top-down generic clustering that can be used with any (flat) clustering as inner operator. Note though, that the outer operator cannot set or get the maximal number of clusters, the inner operator produces. These value has to be set in the inner operator. This operator will create a cluster attribute if not present yet.
Input
- example set: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
Output
- cluster model:
- clustered set:
Parameters
- create cluster label: Specifies if a cluster label should be created.
- max depth: The maximal depth of cluster tree.
- max leaf size: The maximal number of items in each cluster leaf.