Modifier and Type | Class and Description |
---|---|
class |
DistanceMatrixAbstract |
class |
DistanceMatrixNormalisedLevenshtein |
Modifier and Type | Method and Description |
---|---|
DistanceMatrix |
DistanceMatrix.clone() |
Modifier and Type | Field and Description |
---|---|
static DistanceMatrix |
EMSCParametersDefault.defaultDistanceMatrix |
Modifier and Type | Method and Description |
---|---|
DistanceMatrix |
EMSCParameters.getDistanceMatrix() |
DistanceMatrix |
EMSCParametersAbstract.getDistanceMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
EMSCParametersAbstract.setDistanceMatrix(DistanceMatrix distanceMatrix) |
Constructor and Description |
---|
EMSCParametersLogLogAbstract(DistanceMatrix distanceMatrix,
org.deckfour.xes.classification.XEventClassifier eventClassifierA,
org.deckfour.xes.classification.XEventClassifier eventClassifierB,
boolean debug,
boolean computeStochasticTraceAlignments) |
EMSCParametersLogModelAbstract(DistanceMatrix distanceMatrix,
org.deckfour.xes.classification.XEventClassifier eventClassifier,
TerminationStrategyImpl terminationStrategy,
boolean debug,
boolean computeStochasticTraceAlignments) |
EMSCParametersModelModelAbstract(DistanceMatrix distanceMatrix,
TerminationStrategyImpl strategyA,
TerminationStrategyImpl strategyB,
boolean debug,
boolean computeStochasticTraceAlignments) |
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) |
static lpsolve.LpSolve |
CreateLPsolveProblem.makeProblem(StochasticLanguage languageA,
StochasticLanguage languageB,
DistanceMatrix distanceMatrix) |
Modifier and Type | Field and Description |
---|---|
DistanceMatrix |
InitTreeArrayStruct.costs
Cost matrix
|
DistanceMatrix |
StructInitEPSA.costs
Cost matrix (source,target)
|
protected DistanceMatrix |
SolverFactory.groundDist
Ground distance that will be used to compute costs
|
Modifier and Type | Method and Description |
---|---|
DistanceMatrix |
SolverFactory.getGroundDist() |
Modifier and Type | Method and Description |
---|---|
static InitTreeArrayStruct |
BuildTree.buildTreeArray(int cSrc,
int cTar,
float[] sizeHill,
float[] sizeHole,
DistanceMatrix cost)
Build an array instance of the initial tree.
|
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) |
Constructor and Description |
---|
AKPFactoryArraySimple(DistanceMatrix groundDist) |
InitTreeArrayStruct(int cSrc,
int cTar,
int[] pre,
int[] level,
int[] t,
int[] f,
int[] n,
boolean[] orient,
double[] dual,
double[] flow,
java.util.List<java.lang.Integer> defTrees,
java.util.List<java.lang.Integer> surTrees,
double curDual,
DistanceMatrix costs) |
InitTreeArrayStruct(int cSrc,
int cTar,
int[] pre,
int[] level,
int[] t,
int[] f,
int[] n,
boolean[] orient,
double[] dual,
double[] flow,
java.util.List<java.lang.Integer> defTrees,
java.util.List<java.lang.Integer> surTrees,
double curDual,
DistanceMatrix costs,
double surplusFlow) |
SolverFactory(DistanceMatrix groundDist)
Constructor in case that the solver does not
|
SolverFactory(DistanceMatrix groundDist,
double tol) |
SolverFactory(DistanceMatrix groundDist,
double tol,
int additionalInfo)
This constructor is used by IPM.
|
SolverFactory(DistanceMatrix groundDist,
int additionalInfo) |