Package | Description |
---|---|
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth |
Modifier and Type | Method and Description |
---|---|
Itemset |
Itemset.cloneItemSetMinusAnItemset(Itemset itemsetToNotKeep)
Make a copy of this itemset but exclude a set of items
|
Itemset |
Itemset.cloneItemSetMinusOneItem(java.lang.Integer itemsetToRemove)
Make a copy of this itemset but exclude a given item
|
Itemset |
Rule.getItemset1()
Get the antecedent of the rule (left itemset)
|
Itemset |
Rule.getItemset2()
Get the consequent of the rule (right itemset)
|
Modifier and Type | Method and Description |
---|---|
Itemset |
Itemset.cloneItemSetMinusAnItemset(Itemset itemsetToNotKeep)
Make a copy of this itemset but exclude a set of items
|
Constructor and Description |
---|
Rule(Itemset itemset1,
Itemset itemset2)
Constructor
|