Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
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 | Field and Description |
---|---|
protected java.util.ArrayList<BinaryClusterHierarchyNode<DataType,ClusterType>> |
PartitionalClusterer.clustersHierarchy
The current set of hierarchical clusters created.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BinaryClusterHierarchyNode<DataType,ClusterType>> |
PartitionalClusterer.getClustersHierarchy()
Gets the hierarchy of clusters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionalClusterer.setClustersHierarchy(java.util.ArrayList<BinaryClusterHierarchyNode<DataType,ClusterType>> clustersHierarchy)
Sets the hierarchy of clusters.
|