Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AgglomerativeClusterer.HierarchyNode<DataType,ClusterType>> |
AgglomerativeClusterer.clustersHierarchy
The current set of hierarchical clusters.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AgglomerativeClusterer.HierarchyNode<DataType,ClusterType>> |
AgglomerativeClusterer.getClustersHierarchy()
Gets the hierarchy of clusters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AgglomerativeClusterer.setClustersHierarchy(java.util.ArrayList<AgglomerativeClusterer.HierarchyNode<DataType,ClusterType>> clustersHierarchy)
Sets the hierarchy of clusters.
|
Constructor and Description |
---|
HierarchyNode(ClusterType cluster,
AgglomerativeClusterer.HierarchyNode<DataType,ClusterType> firstChild,
AgglomerativeClusterer.HierarchyNode<DataType,ClusterType> secondChild,
double childrenDivergence)
Creates a new
HierarchyNode . |
HierarchyNode(ClusterType cluster,
AgglomerativeClusterer.HierarchyNode<DataType,ClusterType> firstChild,
AgglomerativeClusterer.HierarchyNode<DataType,ClusterType> secondChild,
double childrenDivergence)
Creates a new
HierarchyNode . |