Package | Description |
---|---|
weka.associations |
Modifier and Type | Field and Description |
---|---|
protected FPGrowth.FPTreeNode |
FPGrowth.FPTreeNode.m_levelSibling
link to another sibling at this level in the tree
|
protected FPGrowth.FPTreeNode |
FPGrowth.FPTreeNode.m_parent
link to the parent node
|
Modifier and Type | Field and Description |
---|---|
protected Map<FPGrowth.BinaryItem,FPGrowth.FPTreeNode> |
FPGrowth.FPTreeNode.m_children
the children of this node
|
Modifier and Type | Method and Description |
---|---|
FPGrowth.FPTreeNode |
FPGrowth.FPTreeNode.getParent()
Get the parent node.
|
Constructor and Description |
---|
FPTreeNode(FPGrowth.FPTreeNode parent,
FPGrowth.BinaryItem item)
Construct a new node with the given parent link and item.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.