Package | Description |
---|---|
moa.clusterers.kmeanspm |
Modifier and Type | Class and Description |
---|---|
class |
ClusteringTreeHeadNode
Provides a ClusteringTreeNode with an extended nearest neighbor search in the
root.
|
Modifier and Type | Method and Description |
---|---|
ClusteringTreeNode |
ClusteringTreeHeadNode.nearestChild(double[] pointA) |
ClusteringTreeNode |
ClusteringTreeNode.nearestChild(double[] pointA)
Searches for the nearest child node by comparing each representation.
|
Modifier and Type | Method and Description |
---|---|
List<ClusteringTreeNode> |
ClusteringTreeNode.getChildren()
Gets a
List of the children nodes. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusteringTreeHeadNode.addChild(ClusteringTreeNode e) |
boolean |
ClusteringTreeNode.addChild(ClusteringTreeNode e)
Adds a child node.
|
protected void |
BICO.bicoCFUpdate(ClusteringTreeNode x)
Inserts a ClusteringTreeNode into the ClusteringFeature tree.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.