public class FuzzyEdgeTransformer extends FuzzyGraphTransformer
Modifier and Type | Field and Description |
---|---|
protected MutableFuzzyGraph |
graph |
protected boolean |
ignoreSelfLoops |
protected boolean |
interpretPercentageAbsolute |
protected int |
numberOfInitialNodes |
protected java.util.BitSet |
preserveMask |
protected double |
preservePercentage |
protected double |
sigCorRatio |
context, name
Constructor and Description |
---|
FuzzyEdgeTransformer(org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildPreserveMask() |
protected void |
filterEdges() |
protected boolean |
getBitMask(int x,
int y) |
boolean |
getIgnoreSelfLoops() |
boolean |
getInterpretPercentageAbsolute() |
protected void |
processEdgesForNode(int index) |
protected void |
setBitMask(int x,
int y,
boolean value) |
void |
setIgnoreSelfLoops(boolean ignored) |
void |
setInterpretPercentageAbsolute(boolean isAbsolute) |
void |
setPreservePercentage(double percentage) |
void |
setSignificanceCorrelationRatio(double ratio) |
void |
transform(MutableFuzzyGraph graph) |
protected int |
translateIndex(int x,
int y) |
getContext, getName, toString
protected int numberOfInitialNodes
protected MutableFuzzyGraph graph
protected java.util.BitSet preserveMask
protected double sigCorRatio
protected double preservePercentage
protected boolean ignoreSelfLoops
protected boolean interpretPercentageAbsolute
public FuzzyEdgeTransformer(org.processmining.framework.plugin.PluginContext context)
public void setIgnoreSelfLoops(boolean ignored)
public boolean getIgnoreSelfLoops()
public void setInterpretPercentageAbsolute(boolean isAbsolute)
public boolean getInterpretPercentageAbsolute()
public void setSignificanceCorrelationRatio(double ratio)
public void setPreservePercentage(double percentage)
public void transform(MutableFuzzyGraph graph)
transform
in class FuzzyGraphTransformer
protected void buildPreserveMask()
protected void processEdgesForNode(int index)
protected void filterEdges()
protected void setBitMask(int x, int y, boolean value)
protected boolean getBitMask(int x, int y)
protected int translateIndex(int x, int y)