-
- All Superinterfaces:
EMSCParameters<A,B>,EMSCParametersBounds<A,B>
- All Known Implementing Classes:
EMSCParametersLogModelPartialAbstract,EMSCParametersLogPartialUncertainModelPartialCertainDefault,EMSCParametersLogTotalModelPartialCertainDefault
public interface EMSCParametersLogModelPartial<A extends Order,B extends Order> extends EMSCParametersBounds<A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.deckfour.xes.classification.XEventClassifiergetClassifierA()LanguageGenerationStrategyFromModelPartialOrdergetGenerationStrategyB()-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParameters
getDistanceMatrix, getOrderA, getOrderB, isComputeStochasticTraceAlignments, isDebug
-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParametersBounds
getDistanceMatrixBest
-
-
-
-
Method Detail
-
getClassifierA
org.deckfour.xes.classification.XEventClassifier getClassifierA()
-
getGenerationStrategyB
LanguageGenerationStrategyFromModelPartialOrder getGenerationStrategyB()
-
-