Class duEMSC
- java.lang.Object
-
- org.processmining.stochasticlabelleddatapetrinet.duemsc.duEMSC
-
public class duEMSC extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description duEMSC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublecompute(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, DataStateLogAdapter logAdapter, StochasticLabelledDataPetriNetSemantics semantics, org.processmining.framework.plugin.ProMCanceller canceller)static gnu.trove.map.TObjectIntMap<java.lang.String[]>getActivitySequences(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)static gnu.trove.map.TObjectIntMap<DataState[]>getDataSequences(org.deckfour.xes.model.XLog log, DataStateLogAdapter logAdapter, int maxTraceLength)static intgetMaximumTraceLength(org.deckfour.xes.model.XLog log)
-
-
-
Method Detail
-
compute
public static double compute(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, DataStateLogAdapter logAdapter, StochasticLabelledDataPetriNetSemantics semantics, org.processmining.framework.plugin.ProMCanceller canceller) throws lpsolve.LpSolveException- Throws:
lpsolve.LpSolveException
-
getMaximumTraceLength
public static int getMaximumTraceLength(org.deckfour.xes.model.XLog log)
-
getActivitySequences
public static gnu.trove.map.TObjectIntMap<java.lang.String[]> getActivitySequences(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
-
getDataSequences
public static gnu.trove.map.TObjectIntMap<DataState[]> getDataSequences(org.deckfour.xes.model.XLog log, DataStateLogAdapter logAdapter, int maxTraceLength)
-
-