Class FilterWithoutLog
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.withoutlog.cutfinders.FilterWithoutLog
-
public class FilterWithoutLog extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FilterWithoutLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfilterMinimumSelfDistanceGraph(DfgMsd dfg, float threshold)Filter a graph.static DfgMsdfilterNoise(DfgMsd graph, float threshold)
-
-
-
Method Detail
-
filterMinimumSelfDistanceGraph
public static void filterMinimumSelfDistanceGraph(DfgMsd dfg, float threshold)
Filter a graph. Only keep the edges that occur often enough, compared with other outgoing edges of the source. 0 <= threshold <= 1.- Parameters:
graph-threshold-
-
-