Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder.EMSCParametersLogModelPartial
-
-
Uses of EMSCParametersLogModelPartial in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder
Classes in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder that implement EMSCParametersLogModelPartial Modifier and Type Class Description classEMSCParametersLogModelPartialAbstract<A extends Order,B extends PartialOrder>classEMSCParametersLogPartialUncertainModelPartialCertainDefaultclassEMSCParametersLogTotalModelPartialCertainDefault -
Uses of EMSCParametersLogModelPartial in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins with parameters of type EMSCParametersLogModelPartial Modifier and Type Method Description static <A extends Order,B extends PartialOrder>
org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double>EarthMoversStochasticConformancePartialOrderPlugin. measureLogModel(org.deckfour.xes.model.XLog log, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, EMSCParametersLogModelPartial<A,B> parameters, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of EMSCParametersLogModelPartial in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage with parameters of type EMSCParametersLogModelPartial Modifier and Type Method Description static <A extends Order>
StochasticLanguage<A>GetStochasticLanguage. getA(org.deckfour.xes.model.XLog log, EMSCParametersLogModelPartial<A,?> parameters, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller)static <B extends PartialOrder>
StochasticPathLanguage<B>GetStochasticLanguage. getB(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, Activity2IndexKey activityKey, EMSCParametersLogModelPartial<?,B> parameters, org.processmining.framework.plugin.ProMCanceller canceller)
-