Class EventuallyFollowsTreeHeuristic
- java.lang.Object
-
- org.processmining.specpp.evaluation.heuristics.EventuallyFollowsTreeHeuristic
-
- All Implemented Interfaces:
java.util.function.Function<PlaceNode,TreeNodeScore>,Evaluator<PlaceNode,TreeNodeScore>,HeuristicStrategy<PlaceNode,TreeNodeScore>,SubtreeMonotonicity.Decreasing,ZeroOneBounded
public class EventuallyFollowsTreeHeuristic extends java.lang.Object implements HeuristicStrategy<PlaceNode,TreeNodeScore>, ZeroOneBounded, SubtreeMonotonicity.Decreasing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventuallyFollowsTreeHeuristic.Builder
-
Field Summary
Fields Modifier and Type Field Description protected double[][]eventuallyFollows
-
Constructor Summary
Constructors Constructor Description EventuallyFollowsTreeHeuristic(double[][] eventuallyFollows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNodeScorecomputeHeuristic(PlaceNode node)java.util.Comparator<TreeNodeScore>heuristicValuesComparator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.HeuristicStrategy
eval
-
-
-
-
Method Detail
-
computeHeuristic
public TreeNodeScore computeHeuristic(PlaceNode node)
- Specified by:
computeHeuristicin interfaceHeuristicStrategy<PlaceNode,TreeNodeScore>
-
heuristicValuesComparator
public java.util.Comparator<TreeNodeScore> heuristicValuesComparator()
- Specified by:
heuristicValuesComparatorin interfaceHeuristicStrategy<PlaceNode,TreeNodeScore>
-
-