Uses of Class
moa.clusterers.kmeanspm.ClusteringTreeNode
-
Packages that use ClusteringTreeNode Package Description moa.clusterers.kmeanspm -
-
Uses of ClusteringTreeNode in moa.clusterers.kmeanspm
Subclasses of ClusteringTreeNode in moa.clusterers.kmeanspm Modifier and Type Class Description class
ClusteringTreeHeadNode
Provides a ClusteringTreeNode with an extended nearest neighbor search in the root.Methods in moa.clusterers.kmeanspm that return ClusteringTreeNode Modifier and Type Method Description ClusteringTreeNode
ClusteringTreeHeadNode. nearestChild(double[] pointA)
ClusteringTreeNode
ClusteringTreeNode. nearestChild(double[] pointA)
Searches for the nearest child node by comparing each representation.Methods in moa.clusterers.kmeanspm that return types with arguments of type ClusteringTreeNode Modifier and Type Method Description List<ClusteringTreeNode>
ClusteringTreeNode. getChildren()
Gets aList
of the children nodes.Methods in moa.clusterers.kmeanspm with parameters of type ClusteringTreeNode Modifier and Type Method 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.
-