Class PerformEnricher
- java.lang.Object
-
- org.processmining.interactivefiltering.plugin.PerformEnricher
-
public class PerformEnricher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleEPSILONstatic doubleTHRESHOLD_FOR_DETERMINISTIC_VALUESAllow up to 5 percent of noise, before judging a transition as non-deterministic time
-
Constructor Summary
Constructors Constructor Description PerformEnricher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,int[]>getMarkingBasedSelections()Gets all markings, where selection is based on weights (markings, where only immediate transitions are enabled, or all markings, where )org.processmining.plugins.stochasticpetrinet.enricher.StochasticManifestCollectorgetPerformanceCollector()static org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfiggetTypeOfDistributionForNet(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)java.lang.Object[]transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest)java.lang.Object[]transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest, org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfig mineConfig)
-
-
-
Field Detail
-
EPSILON
public static final double EPSILON
- See Also:
- Constant Field Values
-
THRESHOLD_FOR_DETERMINISTIC_VALUES
public static final double THRESHOLD_FOR_DETERMINISTIC_VALUES
Allow up to 5 percent of noise, before judging a transition as non-deterministic time- See Also:
- Constant Field Values
-
-
Method Detail
-
transform
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest)
-
transform
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest, org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfig mineConfig)
-
getTypeOfDistributionForNet
public static org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfig getTypeOfDistributionForNet(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)
-
getPerformanceCollector
public org.processmining.plugins.stochasticpetrinet.enricher.StochasticManifestCollector getPerformanceCollector()
-
getMarkingBasedSelections
public java.util.Map<java.lang.String,int[]> getMarkingBasedSelections()
Gets all markings, where selection is based on weights (markings, where only immediate transitions are enabled, or all markings, where )- Returns:
-
-