Uses of Class
org.processmining.earthmoversstochasticconformancechecking.tracealignments.StochasticTraceAlignmentsLogLog
-
-
Uses of StochasticTraceAlignmentsLogLog in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins that return StochasticTraceAlignmentsLogLog Modifier and Type Method Description StochasticTraceAlignmentsLogLogEarthMoversStochasticConformancePlugin. convert(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog logA, org.deckfour.xes.model.XLog logB)static StochasticTraceAlignmentsLogLogEarthMoversStochasticConformancePlugin. measureLogLog(org.deckfour.xes.model.XLog logA, org.deckfour.xes.model.XLog logB, EMSCParametersLogLog parameters, org.processmining.framework.plugin.ProMCanceller canceller)Methods in org.processmining.earthmoversstochasticconformancechecking.plugins with parameters of type StochasticTraceAlignmentsLogLog Modifier and Type Method Description javax.swing.JComponentEMSCVisualisationPlugin. fancy(org.processmining.framework.plugin.PluginContext context, StochasticTraceAlignmentsLogLog alignments)javax.swing.JComponentEMSCLogDfgVisualisationPlugin. fancy1(org.processmining.framework.plugin.PluginContext context, StochasticTraceAlignmentsLogLog alignments)javax.swing.JComponentEMSCLogVisualisationPlugin. fancy1(org.processmining.framework.plugin.PluginContext context, StochasticTraceAlignmentsLogLog alignments)javax.swing.JComponentEMSCLogDfgVisualisationPlugin. fancy2(org.processmining.framework.plugin.PluginContext context, StochasticTraceAlignmentsLogLog alignments)javax.swing.JComponentEMSCLogVisualisationPlugin. fancy2(org.processmining.framework.plugin.PluginContext context, StochasticTraceAlignmentsLogLog alignments) -
Uses of StochasticTraceAlignmentsLogLog in org.processmining.earthmoversstochasticconformancechecking.tracealignments
Methods in org.processmining.earthmoversstochasticconformancechecking.tracealignments that return StochasticTraceAlignmentsLogLog Modifier and Type Method Description static StochasticTraceAlignmentsLogLogComputeStochasticTraceAlignments. computeLogLog(ReallocationMatrix relocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)Compute the stochastic alignment.static StochasticTraceAlignmentsLogLogComputeStochasticTraceAlignments. emptyLogLog(ReallocationMatrix relocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)
-