Uses of Class
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.Sequence
-
Packages that use Sequence Package Description org.processmining.logfiltering.algorithms.SPMF.RuleGrowth -
-
Uses of Sequence in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth
Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth that return Sequence Modifier and Type Method Description SequenceSequence. 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.SequenceSequence. 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.Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth that return types with arguments of type Sequence Modifier and Type Method Description java.util.List<Sequence>SequenceDatabase. getSequences()Get the sequences from this sequence database.Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth with parameters of type Sequence Modifier and Type Method Description voidSequenceDatabase. addSequence(Sequence sequence)Method to add a sequence to this sequence databaseMethod parameters in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth with type arguments of type Sequence Modifier and Type Method 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.SequenceSequence. 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.
-