Package | Description |
---|---|
org.processmining.plugins.declareminer.apriori |
Modifier and Type | Field and Description |
---|---|
TtreeNode[] |
TtreeNode.childRef
A reference variable to the child (if any) of the node.
|
protected TtreeNode[] |
TotalSupportTree.startTtreeRef
The reference to start of t-tree.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TotalSupportTree.addSupportToTtreeFindLevel(TtreeNode[] linkRef,
int level,
int endIndex,
short[] itemSet)
Adds support to a given level in the T-tree (other than the top level).
|
protected int |
TotalSupportTree.countNumFreqSets(int size,
TtreeNode[] linkRef,
int num)
Counts the number of supported nodes in a sub branch of the T-tree.
|
protected void |
TotalSupportTree.generateARs(short[] itemSetSofar,
int size,
TtreeNode[] linkRef)
Continues process of generating association rules from a T-tree by
recursively looping through T-tree level by level.
|
protected void |
TotalSupportTree.generateLevelN(TtreeNode[] linkRef,
int level,
short[] itemSet)
Commences process of generating remaining levels in the T-tree (other
than top and 2nd levels).
|
protected void |
TotalSupportTree.generateNextLevel(TtreeNode[] parentRef,
int endIndex,
short[] itemSet)
Generates a new level in the T-tree from a given "parent" node.
|
protected boolean |
TotalSupportTree.pruneLevelN(TtreeNode[] linkRef,
int level)
Prunes the given level in the T-tree.
|