Class Exhaustive
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor.Exhaustive
-
public class Exhaustive extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classExhaustive.Result
-
Constructor Summary
Constructors Constructor Description Exhaustive(IMLog log, IMLogInfo logInfo, UpToKSuccessorMatrix kSuccessor, MinerState minerState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Set<org.deckfour.xes.classification.XEventClass>>generateCut(long input, int nrOfBits, org.deckfour.xes.classification.XEventClass[] activities)Exhaustive.ResultprocessCutLoop(java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition)Exhaustive.ResultprocessCutParallel(java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition)Exhaustive.ResulttryAll()Exhaustive.ResulttryRange(int nrOfBits, org.deckfour.xes.classification.XEventClass[] activities, long startCutNr, long endCutNr)
-
-
-
Constructor Detail
-
Exhaustive
public Exhaustive(IMLog log, IMLogInfo logInfo, UpToKSuccessorMatrix kSuccessor, MinerState minerState)
-
-
Method Detail
-
tryAll
public Exhaustive.Result tryAll()
-
tryRange
public Exhaustive.Result tryRange(int nrOfBits, org.deckfour.xes.classification.XEventClass[] activities, long startCutNr, long endCutNr)
-
processCutParallel
public Exhaustive.Result processCutParallel(java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition)
-
processCutLoop
public Exhaustive.Result processCutLoop(java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition)
-
generateCut
public java.util.List<java.util.Set<org.deckfour.xes.classification.XEventClass>> generateCut(long input, int nrOfBits, org.deckfour.xes.classification.XEventClass[] activities)
-
-