Uses of Class
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.Itemset
-
Packages that use Itemset Package Description org.processmining.logfiltering.algorithms.SPMF.RuleGrowth -
-
Uses of Itemset in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth
Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth that return Itemset Modifier and Type Method Description ItemsetItemset. cloneItemSetMinusAnItemset(Itemset itemsetToNotKeep)Make a copy of this itemset but exclude a set of itemsItemsetItemset. cloneItemSetMinusOneItem(java.lang.Integer itemsetToRemove)Make a copy of this itemset but exclude a given itemItemsetRule. getItemset1()Get the antecedent of the rule (left itemset)ItemsetRule. getItemset2()Get the consequent of the rule (right itemset)Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth with parameters of type Itemset Modifier and Type Method Description ItemsetItemset. cloneItemSetMinusAnItemset(Itemset itemsetToNotKeep)Make a copy of this itemset but exclude a set of itemsConstructors in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth with parameters of type Itemset Constructor Description Rule(Itemset itemset1, Itemset itemset2)Constructor
-