Uses of Class
org.processmining.specpp.evaluation.heuristics.TreeHeuristicThreshold
-
Packages that use TreeHeuristicThreshold Package Description org.processmining.specpp.componenting.data org.processmining.specpp.datastructures.tree.heuristic org.processmining.specpp.evaluation.heuristics -
-
Uses of TreeHeuristicThreshold in org.processmining.specpp.componenting.data
Fields in org.processmining.specpp.componenting.data with type parameters of type TreeHeuristicThreshold Modifier and Type Field Description static ParameterRequirement<TreeHeuristicThreshold>ParameterRequirements. TREE_HEURISTIC_THRESHOLD -
Uses of TreeHeuristicThreshold in org.processmining.specpp.datastructures.tree.heuristic
Fields in org.processmining.specpp.datastructures.tree.heuristic with type parameters of type TreeHeuristicThreshold Modifier and Type Field Description protected DelegatingDataSource<TreeHeuristicThreshold>DiscriminatingHeuristicTreeExpansion. treeHeuristicThresholdSourceprotected DelegatingDataSource<TreeHeuristicThreshold>EventingDiscriminatingHeuristicTreeExpansion. treeHeuristicThresholdSource -
Uses of TreeHeuristicThreshold in org.processmining.specpp.evaluation.heuristics
Methods in org.processmining.specpp.evaluation.heuristics that return TreeHeuristicThreshold Modifier and Type Method Description static TreeHeuristicThresholdTreeHeuristicThreshold. getDefault()
-