Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrix
-
-
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.distancematrix
Classes in org.processmining.earthmoversstochasticconformancechecking.distancematrix that implement DistanceMatrix Modifier and Type Class Description classDistanceMatrixAbstract<A extends Order,B extends Order>classDistanceMatrixNormalisedLevenshteinclassDistanceMatrixPartialCertainVsPartialCertainLevenshteinclassDistanceMatrixPartialUncertainVsPartialCertainLevenshteinBestclassDistanceMatrixPartialUncertainVsPartialCertainLevenshteinWorstclassDistanceMatrixTotalVsPartialCertainLevenshteinclassTransposedDistanceMatrixWrapper<A extends Order,B extends Order>Methods in org.processmining.earthmoversstochasticconformancechecking.distancematrix that return DistanceMatrix Modifier and Type Method Description DistanceMatrix<A,B>DistanceMatrix. clone()DistanceMatrix<A,B>TransposedDistanceMatrixWrapper. clone()Constructors in org.processmining.earthmoversstochasticconformancechecking.distancematrix with parameters of type DistanceMatrix Constructor Description TransposedDistanceMatrixWrapper(DistanceMatrix<B,A> distMatrix) -
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.parameters
Fields in org.processmining.earthmoversstochasticconformancechecking.parameters declared as DistanceMatrix Modifier and Type Field Description static DistanceMatrix<TotalOrder,TotalOrder>EMSCParametersDefault. defaultDistanceMatrixprotected DistanceMatrix<A,B>EMSCParametersAbstract. distanceMatrixMethods in org.processmining.earthmoversstochasticconformancechecking.parameters that return DistanceMatrix Modifier and Type Method Description DistanceMatrix<A,B>EMSCParameters. getDistanceMatrix()DistanceMatrix<A,B>EMSCParametersAbstract. getDistanceMatrix()DistanceMatrix<A,B>EMSCParametersBounds. getDistanceMatrixBest()Methods in org.processmining.earthmoversstochasticconformancechecking.parameters with parameters of type DistanceMatrix Modifier and Type Method Description voidEMSCParametersAbstract. setDistanceMatrix(DistanceMatrix<A,B> distanceMatrix)Constructors in org.processmining.earthmoversstochasticconformancechecking.parameters with parameters of type DistanceMatrix Constructor Description EMSCParametersLogLogAbstract(DistanceMatrix<TotalOrder,TotalOrder> distanceMatrix, org.deckfour.xes.classification.XEventClassifier eventClassifierA, org.deckfour.xes.classification.XEventClassifier eventClassifierB, boolean debug, boolean computeStochasticTraceAlignments)EMSCParametersLogModelAbstract(DistanceMatrix<TotalOrder,TotalOrder> distanceMatrix, org.deckfour.xes.classification.XEventClassifier eventClassifier, LanguageGenerationStrategyFromModelAbstract terminationStrategy, boolean debug, boolean computeStochasticTraceAlignments, int numberOfThreads)EMSCParametersModelModelAbstract(DistanceMatrix<TotalOrder,TotalOrder> distanceMatrix, LanguageGenerationStrategyFromModelAbstract strategyA, LanguageGenerationStrategyFromModelAbstract strategyB, boolean debug, boolean computeStochasticTraceAlignments, int numberOfThreads) -
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder
Methods in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder that return DistanceMatrix Modifier and Type Method Description DistanceMatrix<A,B>EMSCParametersLogModelPartialAbstract. getDistanceMatrixBest()DistanceMatrix<A,B>EMSCParametersModelModelPartialAbstract. getDistanceMatrixBest()Methods in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder with parameters of type DistanceMatrix Modifier and Type Method Description voidEMSCParametersLogModelPartialAbstract. setDistanceMatrixHigher(DistanceMatrix<A,B> distanceMatrixBest)voidEMSCParametersModelModelPartialAbstract. setDistanceMatrixHigher(DistanceMatrix<A,B> distanceMatrixHigher)Constructors in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder with parameters of type DistanceMatrix Constructor Description EMSCParametersLogModelPartialAbstract(DistanceMatrix<A,B> distanceMatrixWorst, DistanceMatrix<A,B> distanceMatrixBest, org.deckfour.xes.classification.XEventClassifier eventClassifier, LanguageGenerationStrategyFromModelPartialOrderImpl generationStrategy, boolean debug)EMSCParametersModelModelPartialAbstract(DistanceMatrix<A,B> distanceMatrixLower, DistanceMatrix<A,B> distanceMatrixHigher, LanguageGenerationStrategyFromModelPartialOrderImpl generationStrategyA, LanguageGenerationStrategyFromModelPartialOrderImpl generationStrategyB, boolean debug, boolean computeStochasticTraceAlignments) -
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins that return types with arguments of type DistanceMatrix 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)Methods in org.processmining.earthmoversstochasticconformancechecking.plugins with parameters of type DistanceMatrix 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) -
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix with parameters of type DistanceMatrix 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 lpsolve.LpSolveCreateLPsolveProblem. makeProblem(StochasticLanguage languageA, StochasticLanguage languageB, DistanceMatrix distanceMatrix) -
Uses of DistanceMatrix in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa
Fields in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa declared as DistanceMatrix Modifier and Type Field Description DistanceMatrixInitTreeArrayStruct. costsCost matrixDistanceMatrixStructInitEPSA. costsCost matrix (source,target)protected DistanceMatrix<?,?>SolverFactory. groundDistGround distance that will be used to compute costsMethods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa that return DistanceMatrix Modifier and Type Method Description DistanceMatrix<?,?>SolverFactory. getGroundDist()Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa that return types with arguments of type DistanceMatrix 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)Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type DistanceMatrix Modifier and Type Method Description static InitTreeArrayStructBuildTree. buildTreeArray(int cSrc, int cTar, float[] sizeHill, float[] sizeHole, DistanceMatrix cost)Build an array instance of the initial tree.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)Constructors in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type DistanceMatrix Constructor 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 notSolverFactory(DistanceMatrix<?,?> groundDist, double tol)SolverFactory(DistanceMatrix<?,?> groundDist, double tol, int additionalInfo)This constructor is used by IPM.SolverFactory(DistanceMatrix<?,?> groundDist, int additionalInfo)
-