Class BFSDeltaCombinator
- java.lang.Object
-
- org.processmining.est2miner.algorithms.placecombination.BFSDeltaCombinator
-
public class BFSDeltaCombinator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BFSDeltaCombinator(int adaptiveDeltaSteepness, int tauAbsolute, double delta, int[] traceCounts, int maxDepth, ESTLog log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]combinePlace(boolean[] pMVariantVector, ESTPlace place)intcountFittingTraces(boolean[] traceVector)intgetCurrentDepth()intgetMaxDepth()ESTProcessModelrevisitQueueOfPlaces(ESTProcessModel pM)voidsetCurrentDepth(int newDepth)
-
-
-
Constructor Detail
-
BFSDeltaCombinator
public BFSDeltaCombinator(int adaptiveDeltaSteepness, int tauAbsolute, double delta, int[] traceCounts, int maxDepth, ESTLog log)
-
-
Method Detail
-
combinePlace
public java.lang.Object[] combinePlace(boolean[] pMVariantVector, ESTPlace place)
-
countFittingTraces
public int countFittingTraces(boolean[] traceVector)
-
getCurrentDepth
public int getCurrentDepth()
-
setCurrentDepth
public void setCurrentDepth(int newDepth)
-
revisitQueueOfPlaces
public ESTProcessModel revisitQueueOfPlaces(ESTProcessModel pM)
-
getMaxDepth
public int getMaxDepth()
-
-