Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
-
-
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.algorithms
Methods in org.processmining.earthmoversstochasticconformancechecking.algorithms that return StochasticLanguage Modifier and Type Method Description static StochasticLanguage<TotalOrder>XLog2StochasticLanguage. convert(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.distancematrix
Methods in org.processmining.earthmoversstochasticconformancechecking.distancematrix with parameters of type StochasticLanguage Modifier and Type Method Description static doubleEarthMoversStochasticConformanceUnitDistance. getEMSC(StochasticLanguage<TotalOrder> L, StochasticLanguage<TotalOrder> M)static doubleEarthMoversStochasticConformanceUnitDistance. getEMSC(StochasticLanguage<TotalOrder> L, org.processmining.models.graphbased.directed.petrinet.StochasticNet M, org.processmining.models.semantics.petrinet.Marking initialMarking)Make sure that L is normalised and finite.voidDistanceMatrix. init(StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, org.processmining.framework.plugin.ProMCanceller canceller)voidDistanceMatrixAbstract. init(StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, org.processmining.framework.plugin.ProMCanceller canceller)voidTransposedDistanceMatrixWrapper. init(StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, org.processmining.framework.plugin.ProMCanceller canceller)voidDistanceMatrixAbstract. thread(StochasticTraceIterator<A> itA, StochasticLanguage<B> languageB, java.util.concurrent.atomic.AtomicInteger al, org.processmining.framework.plugin.ProMCanceller canceller)static <A,B>
java.lang.StringDistanceMatrix2String. toLatex(StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, double[] distances) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins with parameters of type StochasticLanguage Modifier and Type Method Description static <B extends PartialOrder,A extends Order>
doubleEarthMoversStochasticConformancePartialOrderPlugin. compute(EMSCParametersBounds<A,B> parameters, StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, DistanceMatrix<A,B> distanceMatrix, org.processmining.framework.plugin.ProMCanceller canceller)static <A extends Order,B extends PartialOrder>
org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double>EarthMoversStochasticConformancePartialOrderPlugin. compute(EMSCParametersBounds<A,B> parameters, StochasticLanguage<A> languageA, StochasticLanguage<B> languageB, org.processmining.framework.plugin.ProMCanceller canceller)static org.processmining.plugins.InductiveMiner.Triple<ReallocationMatrix,java.lang.Double,DistanceMatrix<TotalOrder,TotalOrder>>EarthMoversStochasticConformancePlugin. compute(EMSCParameters<TotalOrder,TotalOrder> parameters, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB, org.processmining.framework.plugin.ProMCanceller canceller)static doubleUnitEarthMoversStochasticConformancePlugin. measureLogLog(StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB, boolean debug, org.processmining.framework.plugin.ProMCanceller canceller)The languages must have been constructed using the same activityKey.static doubleUnitEarthMoversStochasticConformancePlugin. measureLogModel(StochasticLanguage<TotalOrder> languageA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSemantics semanticsB, boolean debug, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix with parameters of type StochasticLanguage Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double>ComputeReallocationMatrix. compute(StochasticLanguage languageA, StochasticLanguage languageB, DistanceMatrix distanceMatrix, EMSCParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller)static double[]CreateLPsolveProblem. constraint(StochasticLanguage languageA, StochasticLanguage languageB)static lpsolve.LpSolveCreateLPsolveProblem. makeProblem(StochasticLanguage languageA, StochasticLanguage languageB, DistanceMatrix distanceMatrix)static voidCreateLPsolveProblem. set(double[] constraint, StochasticLanguage languageB, int l, int m, double value)static java.lang.StringReallocationMatrix2String. toString(StochasticLanguage<?> languageA, StochasticLanguage<?> languageB, ReallocationMatrix matrix) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type StochasticLanguage Modifier and Type Method Description static <X extends Order,Y extends Order>
org.processmining.plugins.InductiveMiner.Triple<ReallocationMatrix,java.lang.Double,DistanceMatrix<X,Y>>ComputeReallocationMatrix2. compute(StochasticLanguage<X> languageA, StochasticLanguage<Y> languageB, DistanceMatrix<X,Y> distanceMatrix, EMSCParameters<X,Y> parameters, org.processmining.framework.plugin.ProMCanceller canceller)static <X extends Order,Y extends Order>
org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double>ComputeReallocationMatrix2. computeWithDistanceMatrixInitialised(StochasticLanguage<X> languageA, StochasticLanguage<Y> languageB, DistanceMatrix<X,Y> distanceMatrix, EMSCParameters<?,?> parameters, org.processmining.framework.plugin.ProMCanceller canceller)voidAKPFactoryArraySimple. setupNewSolver(StochasticLanguage<?> Ll, StochasticLanguage<?> Lr, org.processmining.framework.plugin.ProMCanceller canceller)abstract voidSolverFactory. setupNewSolver(StochasticLanguage<?> s1, StochasticLanguage<?> s2, org.processmining.framework.plugin.ProMCanceller canceller)Sets up a new solver of the given type. -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage that return StochasticLanguage 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 <A> StochasticLanguage<A>StochasticLanguageNormalise. normalise(StochasticLanguage<A> language, org.processmining.framework.plugin.ProMCanceller canceller)Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage with parameters of type StochasticLanguage Modifier and Type Method Description static doubleStochasticLanguageUtils. getProbability(StochasticLanguage<TotalOrder> language, int[] trace, org.processmining.framework.plugin.ProMCanceller canceller)Linear operation.static doubleStochasticLanguageUtils. getSumProbability(StochasticLanguage<?> language)static <A> StochasticLanguage<A>StochasticLanguageNormalise. normalise(StochasticLanguage<A> language, org.processmining.framework.plugin.ProMCanceller canceller)static java.lang.StringStochasticLanguage2String. toString(StochasticLanguage<?> language, boolean useHTML) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model
Subinterfaces of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model Modifier and Type Interface Description interfaceStochasticPathLanguage<A>Classes in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model that implement StochasticLanguage Modifier and Type Class Description classStochasticPathLanguageImpl<A>A stochastic path is a list of transitions. -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder
Classes in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder that implement StochasticLanguage Modifier and Type Class Description classStochasticLanguagePartialOrderUncertainclassStochasticPathLanguagePartialOrderImplMethods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder that return StochasticLanguage Modifier and Type Method Description static StochasticLanguage<PartialOrderUncertain>XLog2StochasticLanguagePartialOrderEqualTimestamp. convert(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller)Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder with parameters of type StochasticLanguage Modifier and Type Method Description static java.lang.String[]TotalOrderUtils. getStringTrace(StochasticLanguage<TotalOrder> language, int traceIndex) -
Uses of StochasticLanguage in org.processmining.earthmoversstochasticconformancechecking.tracealignments
Fields in org.processmining.earthmoversstochasticconformancechecking.tracealignments declared as StochasticLanguage Modifier and Type Field Description protected StochasticLanguage<TotalOrder>StochasticTraceAlignmentsAbstract. languageAprotected StochasticLanguage<TotalOrder>StochasticTraceAlignmentsAbstract. languageBMethods in org.processmining.earthmoversstochasticconformancechecking.tracealignments that return StochasticLanguage Modifier and Type Method Description StochasticLanguage<TotalOrder>StochasticTraceAlignments. getLanguageA()The first language.StochasticLanguage<TotalOrder>StochasticTraceAlignmentsAbstract. getLanguageA()StochasticLanguage<TotalOrder>StochasticTraceAlignments. getLanguageB()The second language.StochasticLanguage<TotalOrder>StochasticTraceAlignmentsAbstract. getLanguageB()Methods in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type StochasticLanguage Modifier and Type Method Description static StochasticTraceAlignmentsLogLogComputeStochasticTraceAlignments. computeLogLog(ReallocationMatrix relocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)Compute the stochastic alignment.static StochasticTraceAlignmentsLogModelComputeStochasticTraceAlignments. computeLogModel(ReallocationMatrix reallocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net)Compute the stochastic alignment.static StochasticTraceAlignmentsLogLogComputeStochasticTraceAlignments. emptyLogLog(ReallocationMatrix relocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)static StochasticTraceAlignmentsLogModelComputeStochasticTraceAlignments. emptyLogModel(ReallocationMatrix reallocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net)Constructors in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type StochasticLanguage Constructor Description StochasticTraceAlignmentsAbstract(ReallocationMatrix reallocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)StochasticTraceAlignmentsLogLog(ReallocationMatrix relocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticLanguage<TotalOrder> languageB)StochasticTraceAlignmentsLogModel(ReallocationMatrix relocationMatrix, double similarity, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB)
-