Class TreeHeuristicThreshold
- java.lang.Object
-
- org.processmining.specpp.evaluation.heuristics.TreeHeuristicThreshold
-
- All Implemented Interfaces:
Parameters,PrettyPrintable,ProperlyPrintable
public class TreeHeuristicThreshold extends java.lang.Object implements Parameters
-
-
Constructor Summary
Constructors Constructor Description TreeHeuristicThreshold(double lambda, OrderingRelation comparisonRelation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderingRelationgetComparisonRelation()static TreeHeuristicThresholdgetDefault()DoubleScoregetLambda()<H extends DoubleScore>
java.util.function.Predicate<H>getPredicate()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.parameters.Parameters
toPrettyString
-
-
-
-
Constructor Detail
-
TreeHeuristicThreshold
public TreeHeuristicThreshold(double lambda, OrderingRelation comparisonRelation)
-
-
Method Detail
-
getDefault
public static TreeHeuristicThreshold getDefault()
-
getLambda
public DoubleScore getLambda()
-
getPredicate
public <H extends DoubleScore> java.util.function.Predicate<H> getPredicate()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
getComparisonRelation
public OrderingRelation getComparisonRelation()
-
-