Uses of Class
org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.ReallocationMatrix
-
-
Uses of ReallocationMatrix in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins that return types with arguments of type ReallocationMatrix Modifier and Type Method Description 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) -
Uses of ReallocationMatrix in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix that return types with arguments of type ReallocationMatrix 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)Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix with parameters of type ReallocationMatrix Modifier and Type Method Description static java.lang.StringReallocationMatrix2String. toString(StochasticLanguage<?> languageA, StochasticLanguage<?> languageB, ReallocationMatrix matrix) -
Uses of ReallocationMatrix in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa that return types with arguments of type ReallocationMatrix 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)Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type ReallocationMatrix Modifier and Type Method Description voidAKPSolverArraySimple. fillMatrix(ReallocationMatrix relocationMatrix)voidAKPSolverArraySimpleImprov. fillMatrix(ReallocationMatrix relocationMatrix) -
Uses of ReallocationMatrix in org.processmining.earthmoversstochasticconformancechecking.tracealignments
Fields in org.processmining.earthmoversstochasticconformancechecking.tracealignments declared as ReallocationMatrix Modifier and Type Field Description protected ReallocationMatrixStochasticTraceAlignmentsAbstract. reallocationMatrixMethods in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type ReallocationMatrix 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 StochasticTraceAlignmentsModelModelComputeStochasticTraceAlignments. computeModelModel(ReallocationMatrix relocationMatrix, double similarity, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB)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)static StochasticTraceAlignmentsModelModelComputeStochasticTraceAlignments. emptyModelModel(ReallocationMatrix relocationMatrix, double similarity, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB)Constructors in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type ReallocationMatrix 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)StochasticTraceAlignmentsModelModel(ReallocationMatrix relocationMatrix, double similarity, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB)
-