Uses of Class
org.processmining.specpp.datastructures.tree.heuristic.TreeNodeScore
-
Packages that use TreeNodeScore Package Description org.processmining.specpp.datastructures.tree.heuristic org.processmining.specpp.evaluation.heuristics -
-
Uses of TreeNodeScore in org.processmining.specpp.datastructures.tree.heuristic
Methods in org.processmining.specpp.datastructures.tree.heuristic that return types with arguments of type TreeNodeScore Modifier and Type Method Description static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. bfs()static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. dfs() -
Uses of TreeNodeScore in org.processmining.specpp.evaluation.heuristics
Methods in org.processmining.specpp.evaluation.heuristics that return TreeNodeScore Modifier and Type Method Description TreeNodeScoreEventuallyFollowsTreeHeuristic. computeHeuristic(PlaceNode node)Methods in org.processmining.specpp.evaluation.heuristics that return types with arguments of type TreeNodeScore Modifier and Type Method Description java.util.Comparator<TreeNodeScore>EventuallyFollowsTreeHeuristic. heuristicValuesComparator()
-