Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
gov.sandia.cognition.learning.algorithm.clustering.hierarchy |
Provides a hierarchy for clusters.
|
Modifier and Type | Class and Description |
---|---|
static class |
AgglomerativeClusterer.HierarchyNode<DataType,ClusterType extends Cluster<DataType>>
Holds the hierarchy information for the agglomerative clusterer.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>>
Implements a binary cluster hierarchy node.
|
class |
DefaultClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>>
A default implementation of the cluster hierarchy node.
|