Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParameters
-
-
Uses of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.parameters
Subinterfaces of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.parameters Modifier and Type Interface Description interfaceEMSCParametersBounds<A extends Order,B extends Order>interfaceEMSCParametersLogLoginterfaceEMSCParametersLogModelinterfaceEMSCParametersModelModelClasses in org.processmining.earthmoversstochasticconformancechecking.parameters that implement EMSCParameters Modifier and Type Class Description classEMSCParametersAbstract<A extends Order,B extends Order>classEMSCParametersLogLogAbstractclassEMSCParametersLogLogDefaultclassEMSCParametersLogModelAbstractclassEMSCParametersLogModelDefaultclassEMSCParametersModelModelAbstractclassEMSCParametersModelModelDefault -
Uses of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder
Subinterfaces of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder Modifier and Type Interface Description interfaceEMSCParametersLogModelPartial<A extends Order,B extends Order>interfaceEMSCParametersModelModelPartial<A extends PartialOrder,B extends PartialOrder>Classes in org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder that implement EMSCParameters Modifier and Type Class Description classEMSCParametersLogModelPartialAbstract<A extends Order,B extends PartialOrder>classEMSCParametersLogPartialUncertainModelPartialCertainDefaultclassEMSCParametersLogTotalModelPartialCertainDefaultclassEMSCParametersModelModelPartialAbstract<A extends PartialOrder,B extends PartialOrder>classEMSCParametersModelPartialCertainModelPartialCertainDefault -
Uses of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.plugins
Methods in org.processmining.earthmoversstochasticconformancechecking.plugins with parameters of type EMSCParameters 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)static voidEarthMoversStochasticConformancePartialOrderPlugin. debug(EMSCParameters<?,?> parameters, java.lang.Object object)static voidEarthMoversStochasticConformancePlugin. debug(EMSCParameters<?,?> parameters, java.lang.Object object) -
Uses of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix with parameters of type EMSCParameters 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) -
Uses of EMSCParameters in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa
Methods in org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa with parameters of type EMSCParameters 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)
-