Uses of Class
org.processmining.logfiltering.algorithms.SPMF.PseudoSequence
-
Packages that use PseudoSequence Package Description org.processmining.logfiltering.algorithms.SPMF -
-
Uses of PseudoSequence in org.processmining.logfiltering.algorithms.SPMF
Methods in org.processmining.logfiltering.algorithms.SPMF that return types with arguments of type PseudoSequence Modifier and Type Method Description protected java.util.Map<java.lang.Integer,java.util.List<PseudoSequence>>AlgoPrefixSpan. findAllFrequentPairsSingleItems(java.util.List<PseudoSequence> sequences, int lastBufferPosition)Method to find all frequent items in a projected sequence databaseMethod parameters in org.processmining.logfiltering.algorithms.SPMF with type arguments of type PseudoSequence Modifier and Type Method Description protected AlgoPrefixSpan.MapFrequentPairsAlgoPrefixSpan. findAllFrequentPairs(java.util.List<PseudoSequence> sequences, int lastBufferPosition)Method to find all frequent items in a projected sequence databaseprotected java.util.Map<java.lang.Integer,java.util.List<PseudoSequence>>AlgoPrefixSpan. findAllFrequentPairsSingleItems(java.util.List<PseudoSequence> sequences, int lastBufferPosition)Method to find all frequent items in a projected sequence database
-