Class EMSCParametersLogTotalModelPartialCertainDefault
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParametersAbstract<A,B>
-
- org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder.EMSCParametersLogModelPartialAbstract<TotalOrder,PartialOrderCertain>
-
- org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder.EMSCParametersLogTotalModelPartialCertainDefault
-
- All Implemented Interfaces:
EMSCParameters<TotalOrder,PartialOrderCertain>,EMSCParametersBounds<TotalOrder,PartialOrderCertain>,EMSCParametersLogModelPartial<TotalOrder,PartialOrderCertain>
public class EMSCParametersLogTotalModelPartialCertainDefault extends EMSCParametersLogModelPartialAbstract<TotalOrder,PartialOrderCertain>
-
-
Field Summary
Fields Modifier and Type Field Description static DistanceMatrix<TotalOrder,PartialOrderCertain>defaultDistanceMatrixHigherstatic DistanceMatrix<TotalOrder,PartialOrderCertain>defaultDistanceMatrixLowerstatic LanguageGenerationStrategyFromModelPartialOrderImpldefaultGenerationStrategy-
Fields inherited from class org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParametersAbstract
distanceMatrix
-
-
Constructor Summary
Constructors Constructor Description EMSCParametersLogTotalModelPartialCertainDefault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TotalOrdergetOrderA()PartialOrderCertaingetOrderB()-
Methods inherited from class org.processmining.earthmoversstochasticconformancechecking.parameters.partialorder.EMSCParametersLogModelPartialAbstract
getClassifierA, getDistanceMatrixBest, getGenerationStrategyB, setDistanceMatrixHigher, setGenerationStrategy, setLogClassifier
-
Methods inherited from class org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParametersAbstract
getDistanceMatrix, isComputeStochasticTraceAlignments, isDebug, setComputeStochasticTraceAlignments, setDebug, setDistanceMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParameters
getDistanceMatrix, isComputeStochasticTraceAlignments, isDebug
-
-
-
-
Field Detail
-
defaultDistanceMatrixLower
public static final DistanceMatrix<TotalOrder,PartialOrderCertain> defaultDistanceMatrixLower
-
defaultDistanceMatrixHigher
public static final DistanceMatrix<TotalOrder,PartialOrderCertain> defaultDistanceMatrixHigher
-
defaultGenerationStrategy
public static final LanguageGenerationStrategyFromModelPartialOrderImpl defaultGenerationStrategy
-
-
Method Detail
-
getOrderA
public TotalOrder getOrderA()
-
getOrderB
public PartialOrderCertain getOrderB()
-
-