Uses of Interface
org.processmining.specpp.datastructures.tree.heuristic.HeuristicValue
-
-
Uses of HeuristicValue in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components with type parameters of type HeuristicValue Modifier and Type Class Description classHeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>static classHeuristicTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>Methods in org.processmining.specpp.config.components with type parameters of type HeuristicValue Modifier and Type Method Description static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
HeuristicTreeConfiguration.Configurator<P,S,N,H>Configurators. heuristicTree() -
Uses of HeuristicValue in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type HeuristicValue Modifier and Type Interface Description interfaceHeuristicStrategy<N extends Evaluable,H extends HeuristicValue<? super H>> -
Uses of HeuristicValue in org.processmining.specpp.datastructures.tree.events
Classes in org.processmining.specpp.datastructures.tree.events with type parameters of type HeuristicValue Modifier and Type Class Description classHeuristicComputationEvent<H extends HeuristicValue<?>> -
Uses of HeuristicValue in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic with type parameters of type HeuristicValue Modifier and Type Class Description classEventingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>interfaceHeuristicValue<T extends HeuristicValue<T>>Classes in org.processmining.specpp.datastructures.tree.heuristic that implement HeuristicValue Modifier and Type Class Description classDoubleScoreclassTreeNodeScore -
Uses of HeuristicValue in org.processmining.specpp.evaluation.heuristics
Classes in org.processmining.specpp.evaluation.heuristics that implement HeuristicValue Modifier and Type Class Description classAdaptedDeltaclassCandidateScore
-