| Package | Description |
|---|---|
| moa.clusterers.clustree | |
| moa.clusterers.outliers.AnyOut.util |
| Modifier and Type | Field and Description |
|---|---|
protected Node |
ClusTree.root
The root node of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Entry.getChild()
Return the reference to the child of this
Entry to navigate
in the tree. |
Node |
Entry.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setChild(Node child)
Setter for the child in this entry.
|
void |
Entry.setNode(Node node) |
| Constructor and Description |
|---|
Entry(int numberDimensions,
ClusKernel cluster,
long currentTime,
Entry parentEntry,
Node containerNode)
extended constructor with containerNode and parentEntry
|
Entry(int numberDimensions,
Node node,
long currentTime,
Entry parentEntry,
Node containerNode)
Constructor that creates an
Entry that points to the given
node. |
| Modifier and Type | Method and Description |
|---|---|
Node |
EMTopDownTreeBuilder.buildTree(DataSet dataSet) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.