Class SPDWeightEstimatorPlugin
- java.lang.Object
-
- org.processmining.stochasticweightestimation.plugins.SPDWeightEstimatorPlugin
-
public class SPDWeightEstimatorPlugin extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAFFILIATIONstatic java.lang.StringAUTHORstatic java.lang.StringEMAILstatic java.lang.StringTEXT
-
Constructor Summary
Constructors Constructor Description SPDWeightEstimatorPlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.processmining.models.graphbased.directed.petrinet.StochasticNetmineGUISPNWithEstimator(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet pnet)static org.processmining.models.graphbased.directed.petrinet.StochasticNetmineSPNFromLogWithDefaults(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)static org.processmining.models.graphbased.directed.petrinet.StochasticNetmineSPNFromLogWithEstimator(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogSourcedWeightEstimator estimator, org.deckfour.xes.classification.XEventClassifier classifier)static org.processmining.models.graphbased.directed.petrinet.StochasticNetmineSPNWithEstimator(org.processmining.framework.plugin.PluginContext context, org.processmining.acceptingpetrinet.models.AcceptingPetriNet apnet, org.deckfour.xes.model.XLog log, LogSourcedWeightEstimator estimator, org.deckfour.xes.classification.XEventClassifier classifier)static org.processmining.acceptingpetrinet.models.AcceptingPetriNetmineWithDefaultMiner(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
-
-
-
Field Detail
-
AFFILIATION
public static final java.lang.String AFFILIATION
- See Also:
- Constant Field Values
-
AUTHOR
public static final java.lang.String AUTHOR
- See Also:
- Constant Field Values
-
EMAIL
public static final java.lang.String EMAIL
- See Also:
- Constant Field Values
-
TEXT
public static final java.lang.String TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
mineSPNFromLogWithDefaults
public static org.processmining.models.graphbased.directed.petrinet.StochasticNet mineSPNFromLogWithDefaults(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
-
mineGUISPNWithEstimator
public static org.processmining.models.graphbased.directed.petrinet.StochasticNet mineGUISPNWithEstimator(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet pnet)
-
mineSPNWithEstimator
public static org.processmining.models.graphbased.directed.petrinet.StochasticNet mineSPNWithEstimator(org.processmining.framework.plugin.PluginContext context, org.processmining.acceptingpetrinet.models.AcceptingPetriNet apnet, org.deckfour.xes.model.XLog log, LogSourcedWeightEstimator estimator, org.deckfour.xes.classification.XEventClassifier classifier)
-
mineSPNFromLogWithEstimator
public static org.processmining.models.graphbased.directed.petrinet.StochasticNet mineSPNFromLogWithEstimator(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogSourcedWeightEstimator estimator, org.deckfour.xes.classification.XEventClassifier classifier) throws java.lang.Exception- Throws:
java.lang.Exception
-
mineWithDefaultMiner
public static org.processmining.acceptingpetrinet.models.AcceptingPetriNet mineWithDefaultMiner(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier) throws org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduce.ReductionFailedException- Throws:
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeExceptionorg.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduce.ReductionFailedException
-
-