Uses of Class
org.processmining.logfiltering.algorithms.SPMF.PatternMining.FPTree
-
Packages that use FPTree Package Description org.processmining.logfiltering.algorithms.SPMF.PatternMining -
-
Uses of FPTree in org.processmining.logfiltering.algorithms.SPMF.PatternMining
Methods in org.processmining.logfiltering.algorithms.SPMF.PatternMining with parameters of type FPTree Modifier and Type Method Description ItemsetsAlgoFPGrowth. runAlgorithm(FPTree tree, int logSize, java.util.HashMap<java.lang.Integer,java.lang.Integer> mapSupport, java.util.HashMap<java.lang.Integer,java.util.List<java.lang.Integer>> mapTraceList, java.util.List<java.lang.Integer> mapTraces)Method to run the FPGRowth algorithm.
-