public class LikelihoodAnalyzer
extends java.lang.Object
Constructor and Description |
---|
LikelihoodAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static double |
getLogLikelihood(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
StochasticNet net,
int traceIndex)
Computes the log likelihood of a trace given a net.
|
static CaseStatisticsList |
getLogLikelihoods(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
StochasticNet net)
Computes the log likelihood of a trace given a net.
|
public static CaseStatisticsList getLogLikelihoods(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, StochasticNet net)
context
- PluginContext
can be nulllog
- XLog
the log to be replayed in the modelnet
- StochasticNet
the stochastic net tells us which traces are more likely than others.public static double getLogLikelihood(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, StochasticNet net, int traceIndex)