Uses of Class
moa.clusterers.clustree.Node
-
Packages that use Node Package Description moa.clusterers.clustree moa.clusterers.outliers.AnyOut.util -
-
Uses of Node in moa.clusterers.clustree
Fields in moa.clusterers.clustree declared as Node Modifier and Type Field Description protected Node
ClusTree. root
The root node of the tree.Methods in moa.clusterers.clustree that return Node Modifier and Type Method Description Node
Entry. getChild()
Return the reference to the child of thisEntry
to navigate in the tree.Node
Entry. getNode()
Methods in moa.clusterers.clustree with parameters of type Node Modifier and Type Method Description void
Entry. setChild(Node child)
Setter for the child in this entry.void
Entry. setNode(Node node)
Constructors in moa.clusterers.clustree with parameters of type Node Constructor Description Entry(int numberDimensions, ClusKernel cluster, long currentTime, Entry parentEntry, Node containerNode)
extended constructor with containerNode and parentEntryEntry(int numberDimensions, Node node, long currentTime, Entry parentEntry, Node containerNode)
Constructor that creates anEntry
that points to the given node. -
Uses of Node in moa.clusterers.outliers.AnyOut.util
Methods in moa.clusterers.outliers.AnyOut.util that return Node Modifier and Type Method Description Node
EMTopDownTreeBuilder. buildTree(DataSet dataSet)
-