Modifier and Type | Interface and Description |
---|---|
interface |
DirectlyFollowsGraph |
Modifier and Type | Method and Description |
---|---|
static gnu.trove.set.TLongSet |
DFMMiner.getEdgesToFilter(IntDfg dfg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IntDfg |
Filter.filterNoise(IntDfg dfg,
float threshold) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<gnu.trove.set.TIntSet> |
CutFinderIMConcurrent.ensureStartEndInEach(IntDfg dfg,
java.util.Collection<gnu.trove.set.TIntSet> connectedComponents) |
static void |
Filter.filterConcurrencyGraph(IntDfg dfg,
float threshold)
Filter a graph.
|
static void |
Filter.filterDirectlyFollowsGraph(IntDfg dfg,
float threshold)
Filter a graph.
|
static void |
Filter.filterEndActivities(IntDfg dfg,
float threshold)
Filter start activities.
|
static IntDfg |
Filter.filterNoise(IntDfg dfg,
float threshold) |
static void |
Filter.filterStartActivities(IntDfg dfg,
float threshold)
Filter start activities.
|
static Cut |
CutFinderIMExclusiveChoice.findCut(IntDfg dfg) |
static Cut |
CutFinderIMLoop.findCut(IntDfg dfg) |
static Cut |
CutFinderIMSequence.findCut(IntDfg dfg) |
static Cut |
CutFinderIMConcurrent.findCut(IntDfg dfg,
org.processmining.plugins.InductiveMiner.Function<java.lang.Integer,MultiIntSet> minimumSelfDistanceBetween) |
Cut |
DfgCutFinderSimple.findCut(IntDfg dfg,
MinerState minerState) |
static java.util.List<gnu.trove.set.TIntSet> |
CutFinderIMSequenceStrict.merge(IntDfg dfg,
java.util.List<gnu.trove.set.TIntSet> partition) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FallThroughTauLoopStrict.filterLog(IMLog log,
IntDfg dfg)
Split the trace on a crossing end to start
|
static void |
FallThroughTauLoop.filterTraces(IMLog log,
IntDfg dfg) |
Modifier and Type | Class and Description |
---|---|
class |
IntDfgImpl |
Modifier and Type | Method and Description |
---|---|
IntDfg |
IntDfg.clone() |
Modifier and Type | Field and Description |
---|---|
protected IntDfg |
IMLogInfo.dfg |
Modifier and Type | Method and Description |
---|---|
IntDfg |
IMLogInfo.getDfg() |
Constructor and Description |
---|
IMLogInfo(IntDfg directlyFollowsGraph,
gnu.trove.map.TIntObjectMap<MultiIntSet> minimumSelfDistancesBetween,
gnu.trove.map.hash.TIntIntHashMap minimumSelfDistances,
long numberOfEvents,
long numberOfActivityInstances,
long numberOfTraces)
Construct a log-info object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<gnu.trove.set.TIntSet> |
CutFinderWithoutLogIMConcurrentWithMinimumSelfDistance.ensureStartEndInEach(IntDfg dfg,
java.util.Collection<gnu.trove.set.TIntSet> connectedComponents) |
Modifier and Type | Interface and Description |
---|---|
interface |
DfgMsd |
Modifier and Type | Class and Description |
---|---|
class |
DfgMsdImpl
Keeps a directly follows graph (int) and a minimum self-distance graph (int),
and a map activity index (int) -> activity name (string).
|
Modifier and Type | Method and Description |
---|---|
static void |
SimpleDfgMsdSplitter.filterDfg(IntDfg graph,
IntDfg subDfg,
gnu.trove.set.TIntSet sigma,
org.processmining.plugins.InductiveMiner.mining.cuts.Cut.Operator operator,
java.util.List<gnu.trove.set.TIntSet> partition,
int sigmaN) |