Uses of Class
org.processmining.specpp.datastructures.tree.heuristic.DoubleScore
-
Packages that use DoubleScore Package Description org.processmining.specpp.datastructures.tree.heuristic org.processmining.specpp.evaluation.heuristics -
-
Uses of DoubleScore in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic with type parameters of type DoubleScore Modifier and Type Class Description classDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>classEventingDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>Subclasses of DoubleScore in org.processmining.specpp.datastructures.tree.heuristic Modifier and Type Class Description classTreeNodeScoreMethods in org.processmining.specpp.datastructures.tree.heuristic with parameters of type DoubleScore Modifier and Type Method Description intDoubleScore. compareTo(DoubleScore o) -
Uses of DoubleScore in org.processmining.specpp.evaluation.heuristics
Subclasses of DoubleScore in org.processmining.specpp.evaluation.heuristics Modifier and Type Class Description classAdaptedDeltaclassCandidateScoreMethods in org.processmining.specpp.evaluation.heuristics with type parameters of type DoubleScore Modifier and Type Method Description <H extends DoubleScore>
java.util.function.Predicate<H>TreeHeuristicThreshold. getPredicate()Methods in org.processmining.specpp.evaluation.heuristics that return DoubleScore Modifier and Type Method Description DoubleScoreTreeHeuristicThreshold. getLambda()
-