Class UnrelatedAbstractionFactory
- java.lang.Object
-
- org.processmining.logabstractions.factories.UnrelatedAbstractionFactory
-
public class UnrelatedAbstractionFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleBOOLEAN_DEFAULT_THRESHOLD
-
Constructor Summary
Constructors Constructor Description UnrelatedAbstractionFactory()
-
Method Summary
-
-
-
Field Detail
-
BOOLEAN_DEFAULT_THRESHOLD
public static final double BOOLEAN_DEFAULT_THRESHOLD
- See Also:
- Constant Field Values
-
-
Method Detail
-
constructBooleanUnrelatedAbstractionMatrix
public static double[][] constructBooleanUnrelatedAbstractionMatrix(DirectlyFollowsAbstraction<?> dfa)
-
constructBooleanUnrelatedAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> UnrelatedAbstraction<E> constructBooleanUnrelatedAbstraction(D dfa)
-
constructAlphaClassicUnrelatedAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> UnrelatedAbstraction<E> constructAlphaClassicUnrelatedAbstraction(D dfa)
-
constructAlphaRobustUnrelatedAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> UnrelatedAbstraction<E> constructAlphaRobustUnrelatedAbstraction(D dfa, double noiseThresholdLeastFreq, double noiseThresholdMostFreq, ActivityCountAbstraction<?> ac)
-
constructRobustUnrelatedAbstractionMatrix
public static double[][] constructRobustUnrelatedAbstractionMatrix(DirectlyFollowsAbstraction<?> dfa, double noiseThresholdLeastFreq, double noiseThresholdMostFreq, ActivityCountAbstraction<?> ac)
-
constructAlphaPlusUnrelatedAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> UnrelatedAbstraction<E> constructAlphaPlusUnrelatedAbstraction(D dfa)
-
constructAlphaSharpUnrelatedAbstraction
public static <E> UnrelatedAbstraction<E> constructAlphaSharpUnrelatedAbstraction(DirectlyFollowsAbstraction<E> dfa, TwoWayLengthTwoLoopAbstraction<E> twltla)
-
-