org.processmining.mining.fuzzymining.graph.transform
Class SimpleTransformer
java.lang.Object
org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer
org.processmining.mining.fuzzymining.graph.transform.SimpleTransformer
public class SimpleTransformer
- extends FuzzyGraphTransformer
- Author:
- christian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
threshold
protected double threshold
graph
protected FuzzyGraph graph
SimpleTransformer
public SimpleTransformer()
setThreshold
public void setThreshold(double aThreshold)
getThreshold
public double getThreshold()
transform
public void transform(FuzzyGraph graph)
- Specified by:
transform
in class FuzzyGraphTransformer
shouldMergeWith
protected boolean shouldMergeWith(Node node,
ClusterNode cluster)
shouldMerge
protected boolean shouldMerge(ClusterNode first,
ClusterNode second)
doSignificantlyOverlap
protected boolean doSignificantlyOverlap(java.util.Set<Node> first,
java.util.Set<Node> second)
mergeClusters
protected ClusterNode mergeClusters(ClusterNode first,
ClusterNode second)
mergeAllPossibleInto
protected boolean mergeAllPossibleInto(ClusterNode cluster)
mergeAllClusters
protected void mergeAllClusters()
cleanUpEdges
protected void cleanUpEdges(double significanceThreshold,
double correlationThreshold)