Uses of Class
org.processmining.specpp.config.parameters.TauFitnessThresholds
-
-
Uses of TauFitnessThresholds in org.processmining.specpp.componenting.data
Fields in org.processmining.specpp.componenting.data with type parameters of type TauFitnessThresholds Modifier and Type Field Description static ParameterRequirement<TauFitnessThresholds>ParameterRequirements. TAU_FITNESS_THRESHOLDS -
Uses of TauFitnessThresholds in org.processmining.specpp.composition.composers
Fields in org.processmining.specpp.composition.composers with type parameters of type TauFitnessThresholds Modifier and Type Field Description protected DelegatingDataSource<TauFitnessThresholds>AbstractActivityActivationAwareFitnessFilter. fitnessThresholdsprotected DelegatingDataSource<TauFitnessThresholds>CachingFitnessFilter. fitnessThresholds -
Uses of TauFitnessThresholds in org.processmining.specpp.config.parameters
Methods in org.processmining.specpp.config.parameters that return TauFitnessThresholds Modifier and Type Method Description static TauFitnessThresholdsTauFitnessThresholds. getDefault()static TauFitnessThresholdsTauFitnessThresholds. tau(double t) -
Uses of TauFitnessThresholds in org.processmining.specpp.evaluation.fitness
Methods in org.processmining.specpp.evaluation.fitness with parameters of type TauFitnessThresholds Modifier and Type Method Description static booleanFitnessThresholder. isOverfed(double overfed, TauFitnessThresholds thresholds)static booleanFitnessThresholder. isOverfed(BasicFitnessEvaluation evaluation, TauFitnessThresholds thresholds)static booleanFitnessThresholder. isTauFitting(double fitness, TauFitnessThresholds thresholds)static booleanFitnessThresholder. isTauFitting(BasicFitnessEvaluation evaluation, TauFitnessThresholds thresholds)static booleanFitnessThresholder. isUnderfed(double underfed, TauFitnessThresholds thresholds)static booleanFitnessThresholder. isUnderfed(BasicFitnessEvaluation evaluation, TauFitnessThresholds thresholds) -
Uses of TauFitnessThresholds in org.processmining.specpp.postprocessing
Fields in org.processmining.specpp.postprocessing declared as TauFitnessThresholds Modifier and Type Field Description protected TauFitnessThresholdsUniwiredSelfLoopAdditionPostProcessing. fitnessThresholdsFields in org.processmining.specpp.postprocessing with type parameters of type TauFitnessThresholds Modifier and Type Field Description protected DelegatingDataSource<TauFitnessThresholds>UniwiredSelfLoopAdditionPostProcessing.Builder. fitnessThresholdsConstructors in org.processmining.specpp.postprocessing with parameters of type TauFitnessThresholds Constructor Description NaiveUniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)StrictUniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)UniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)
-