See: Description
| Interface | Description |
|---|---|
| BatchHierarchicalClusterer<DataType,ClusterType extends Cluster<DataType>> |
The
BatchHierarchicalClusterer interface defines the functionality
of a batch hierarchical clustering algorithm. |
| ClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>> |
Defines a node in a hierarchy of clusters.
|
| Class | Description |
|---|---|
| AbstractClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>> |
An abstract implementation of the
ClusterHierarchyNode class. |
| BinaryClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>> |
Implements a binary cluster hierarchy node.
|
| DefaultClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>> |
A default implementation of the cluster hierarchy node.
|