Package | Description |
---|---|
org.processmining.logfiltering.algorithms.SPMF |
Modifier and Type | Method and Description |
---|---|
Sequence |
Sequence.cloneSequenceMinusItems(double relativeMinSup,
java.util.Map<java.lang.Integer,java.util.Set<Sequence>> mapSequenceID)
Make a copy of this sequence while removing some items
that are infrequent with respect to a threshold minsup.
|
Sequence |
Sequence.cloneSequenceMinusItems(java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> mapSequenceID,
double relativeMinSup)
Make a copy of this sequence while removing some items
that are infrequent with respect to a threshold minsup.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Sequence> |
SequenceDatabaseRule.getSequences()
Get the sequences from this sequence database.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceDatabaseRule.addSequence(Sequence sequence)
Method to add a sequence to this sequence database
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
Sequence.cloneItemsetMinusItems(double relativeMinsup,
java.util.List<java.lang.Integer> itemset,
java.util.Map<java.lang.Integer,java.util.Set<Sequence>> mapSequenceID)
Make a copy of an itemset while removing some items
that are infrequent with respect to a threshold minsup.
|
Sequence |
Sequence.cloneSequenceMinusItems(double relativeMinSup,
java.util.Map<java.lang.Integer,java.util.Set<Sequence>> mapSequenceID)
Make a copy of this sequence while removing some items
that are infrequent with respect to a threshold minsup.
|