Package | Description |
---|---|
org.processmining.logfiltering.algorithms.SPMF |
Modifier and Type | Method and Description |
---|---|
Itemset |
Itemset.cloneItemSet()
This method makes a copy of an itemset
|
Itemset |
Itemset.cloneItemSetMinusItems(java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> mapSequenceID,
double relativeMinsup)
This methods makes a copy of this itemset but without
items having a support lower than minsup
|
Itemset |
SequentialPattern.get(int index)
Get an itemset at a given position.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Itemset> |
SequentialPattern.getItemsets()
Get the itemsets in this sequential pattern
|
Modifier and Type | Method and Description |
---|---|
void |
SequentialPattern.addItemset(Itemset itemset)
Add an itemset to this sequential pattern
|
boolean |
Itemset.containsAll(Itemset itemset2)
This methods checks if another itemset is contained in this one.
|