Class TauFitnessThresholds
- java.lang.Object
-
- org.processmining.specpp.config.parameters.TauFitnessThresholds
-
- All Implemented Interfaces:
Parameters,PrettyPrintable,ProperlyPrintable
public class TauFitnessThresholds extends java.lang.Object implements Parameters
-
-
Constructor Summary
Constructors Constructor Description TauFitnessThresholds(double tau)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TauFitnessThresholdsgetDefault()doublegetFittingThreshold()doublegetOverfedThreshold()doublegetTau()doublegetUnderfedThreshold()static TauFitnessThresholdstau(double t)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
-
-
-
-
Method Detail
-
tau
public static TauFitnessThresholds tau(double t)
-
getDefault
public static TauFitnessThresholds getDefault()
-
getTau
public double getTau()
-
getFittingThreshold
public double getFittingThreshold()
-
getUnderfedThreshold
public double getUnderfedThreshold()
-
getOverfedThreshold
public double getOverfedThreshold()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-