Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double> |
EarthMoversStochasticConformancePlugin.compute(EMSCParameters parameters,
StochasticLanguage languageA,
StochasticLanguage languageB,
org.processmining.framework.plugin.ProMCanceller canceller) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ReallocationMatrix2String.toString(StochasticLanguage languageA,
StochasticLanguage languageB,
ReallocationMatrix matrix) |
Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double> |
ComputeReallocationMatrix2.compute(StochasticLanguage languageA,
StochasticLanguage languageB,
DistanceMatrix distanceMatrix,
EMSCParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
void |
AKPSolverArraySimple.fillMatrix(ReallocationMatrix relocationMatrix) |
void |
AKPSolverArraySimpleImprov.fillMatrix(ReallocationMatrix relocationMatrix) |
Modifier and Type | Field and Description |
---|---|
protected ReallocationMatrix |
StochasticTraceAlignmentsAbstract.reallocationMatrix |
Modifier and Type | Method and Description |
---|---|
static StochasticTraceAlignmentsLogLog |
ComputeStochasticTraceAlignments.computeLogLog(ReallocationMatrix relocationMatrix,
double similarity,
StochasticLanguageLog languageA,
StochasticLanguageLog languageB)
Compute the stochastic alignment.
|
static StochasticTraceAlignmentsLogModel |
ComputeStochasticTraceAlignments.computeLogModel(ReallocationMatrix reallocationMatrix,
double similarity,
StochasticLanguageLog languageA,
StochasticLanguageModel languageB,
org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
TransitionMap transitionMap)
Compute the stochastic alignment.
|
static StochasticTraceAlignmentsModelModel |
ComputeStochasticTraceAlignments.computeModelModel(ReallocationMatrix relocationMatrix,
double similarity,
StochasticLanguageModel languageA,
StochasticLanguageModel languageB,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netA,
TransitionMap transitionMapA,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netB,
TransitionMap transitionMapB)
Compute the stochastic alignment.
|
static StochasticTraceAlignmentsLogLog |
ComputeStochasticTraceAlignments.emptyLogLog(ReallocationMatrix relocationMatrix,
double similarity,
StochasticLanguageLog languageA,
StochasticLanguageLog languageB) |
static StochasticTraceAlignmentsLogModel |
ComputeStochasticTraceAlignments.emptyLogModel(ReallocationMatrix reallocationMatrix,
double similarity,
StochasticLanguageLog languageA,
StochasticLanguageModel languageB,
org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
TransitionMap transitionMap) |
static StochasticTraceAlignmentsModelModel |
ComputeStochasticTraceAlignments.emptyModelModel(ReallocationMatrix relocationMatrix,
double similarity,
StochasticLanguageModel languageA,
StochasticLanguageModel languageB,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netA,
TransitionMap transitionMapA,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netB,
TransitionMap transitionMapB) |
Constructor and Description |
---|
StochasticTraceAlignmentsAbstract(ReallocationMatrix reallocationMatrix,
double similarity,
StochasticLanguage languageA,
StochasticLanguage languageB) |
StochasticTraceAlignmentsLogLog(ReallocationMatrix relocationMatrix,
double similarity,
StochasticLanguageLog languageA,
StochasticLanguageLog languageB) |
StochasticTraceAlignmentsLogModel(ReallocationMatrix relocationMatrix,
double similarity,
org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
TransitionMap transitionMap,
StochasticLanguageLog languageA,
StochasticLanguageModel languageB) |
StochasticTraceAlignmentsModelModel(ReallocationMatrix relocationMatrix,
double similarity,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netA,
TransitionMap transitionMapA,
org.processmining.models.graphbased.directed.petrinet.StochasticNet netB,
TransitionMap transitionMapB,
StochasticLanguageModel languageA,
StochasticLanguageModel languageB) |