|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
public class TIDPrefixTreeNode
An TIDPrefixTreeNode consists of a TIDItemset, the items in the node, and a list of children of this node.
Constructor Summary | |
---|---|
TIDPrefixTreeNode(TIDItemSet items)
Creates an instance of a TIDPrefixTreeNode with a given set of items. |
Method Summary | |
---|---|
void |
addChild(TIDPrefixTreeNode child)
Adds a child to that node. |
List<TIDPrefixTreeNode> |
getChildren()
Returns the list of children. |
TIDItemSet |
getItemSet()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TIDPrefixTreeNode(TIDItemSet items)
items
- the items in that nodeMethod Detail |
---|
public void addChild(TIDPrefixTreeNode child)
child
- the child to be addedpublic List<TIDPrefixTreeNode> getChildren()
public TIDItemSet getItemSet()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |