Class ParallelAbstractionFactory
- java.lang.Object
-
- org.processmining.logabstractions.factories.ParallelAbstractionFactory
-
public class ParallelAbstractionFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleBOOLEAN_DEFAULT_THRESHOLD
-
Constructor Summary
Constructors Constructor Description ParallelAbstractionFactory()
-
Method Summary
-
-
-
Field Detail
-
BOOLEAN_DEFAULT_THRESHOLD
public static final double BOOLEAN_DEFAULT_THRESHOLD
- See Also:
- Constant Field Values
-
-
Method Detail
-
constructAlphaClassicParallelAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> ParallelAbstraction<E> constructAlphaClassicParallelAbstraction(D dfa)
-
constructAlphaPlusParallelAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,L extends TwoWayLengthTwoLoopAbstraction<E>,E> ParallelAbstraction<E> constructAlphaPlusParallelAbstraction(D dfa, L twltla)
-
constructAlphaPlusParallelAbstractionMatrix
public static <T> double[][] constructAlphaPlusParallelAbstractionMatrix(DirectlyFollowsAbstraction<T> dfa, TwoWayLengthTwoLoopAbstraction<T> twltla)
-
constructAlphaPlusPlusParallelAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,L extends TwoWayLengthTwoLoopAbstraction<E>,E> ParallelAbstraction<E> constructAlphaPlusPlusParallelAbstraction(D dfa, L twltla)
-
constructAlphaPlusPlusParallelAbstractionMatrix
public static <T> double[][] constructAlphaPlusPlusParallelAbstractionMatrix(DirectlyFollowsAbstraction<T> dfa, TwoWayLengthTwoLoopAbstraction<T> twltla)
-
constructAlphaSharpParallelAbstraction
public static <E> ParallelAbstraction<E> constructAlphaSharpParallelAbstraction(DirectlyFollowsAbstraction<E> directlyFollowsAbstraction, TwoWayLengthTwoLoopAbstraction<E> twoWayLengthTwoLoopAbstraction)
-
constructBooleanParallelAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> ParallelAbstraction<E> constructBooleanParallelAbstraction(D dfa)
-
constructBooleanParallelAbstractionMatrix
public static double[][] constructBooleanParallelAbstractionMatrix(DirectlyFollowsAbstraction<?> dfa)
-
constructAlphaRobustParallelAbstraction
public static <D extends DirectlyFollowsAbstraction<E>,E> ParallelAbstraction<E> constructAlphaRobustParallelAbstraction(D dfa, double noiseThresholdLeastFreq, double noiseThresholdMostFreq, double causalThreshold, ActivityCountAbstraction<?> ac)
-
constructRobustParallelAbstractionMatrix
public static double[][] constructRobustParallelAbstractionMatrix(DirectlyFollowsAbstraction<?> dfa, double noiseThresholdLeastFreq, double noiseThresholdMostFreq, double causalThreshold, ActivityCountAbstraction<?> ac)
-
-