public class LogSplitterOr extends java.lang.Object implements LogSplitter
LogSplitter.LogSplitResult
Constructor and Description |
---|
LogSplitterOr() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IMLog> |
split(IMLog log,
java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition,
MinerState minerState) |
LogSplitter.LogSplitResult |
split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState)
usage: returns a list of sublogs and a multiset of noise events
Must be thread-safe and abstract, i.e, no side-effects allowed.
|
public LogSplitter.LogSplitResult split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
LogSplitter
split
in interface LogSplitter
public static java.util.List<IMLog> split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)