Uses of Class
org.processmining.mining.fuzzymining.graph.ClusterNode

Packages that use ClusterNode
org.processmining.mining.fuzzymining.graph   
org.processmining.mining.fuzzymining.graph.transform   
 

Uses of ClusterNode in org.processmining.mining.fuzzymining.graph
 

Fields in org.processmining.mining.fuzzymining.graph with type parameters of type ClusterNode
protected  java.util.ArrayList<ClusterNode> FuzzyGraph.clusterNodes
           
 

Methods in org.processmining.mining.fuzzymining.graph that return ClusterNode
protected  ClusterNode FuzzyGraphAdapter.resolveCluster(java.lang.String id)
           
 

Methods in org.processmining.mining.fuzzymining.graph that return types with arguments of type ClusterNode
 java.util.List<ClusterNode> FuzzyGraph.getClusterNodes()
           
 

Methods in org.processmining.mining.fuzzymining.graph with parameters of type ClusterNode
 void FuzzyGraph.addClusterNode(ClusterNode cluster)
           
 boolean FuzzyGraph.removeClusterNode(ClusterNode cluster)
           
 

Uses of ClusterNode in org.processmining.mining.fuzzymining.graph.transform
 

Methods in org.processmining.mining.fuzzymining.graph.transform that return ClusterNode
protected  ClusterNode FastTransformer.getPreferredMergeTarget(ClusterNode subject)
           
protected  ClusterNode SimpleTransformer.mergeClusters(ClusterNode first, ClusterNode second)
           
protected  ClusterNode FastTransformer.mergeWith(ClusterNode winner, ClusterNode loser)
           
 

Methods in org.processmining.mining.fuzzymining.graph.transform that return types with arguments of type ClusterNode
protected  java.util.ArrayList<ClusterNode> FastTransformer.cluster()
           
protected  java.util.ArrayList<ClusterNode> FastTransformer.merge(java.util.ArrayList<ClusterNode> clusters)
           
protected  java.util.ArrayList<ClusterNode> FastTransformer.removeIsolatedClusters(java.util.ArrayList<ClusterNode> clusters)
           
protected  java.util.ArrayList<ClusterNode> FastTransformer.removeSingularClusters(java.util.ArrayList<ClusterNode> clusters)
           
 

Methods in org.processmining.mining.fuzzymining.graph.transform with parameters of type ClusterNode
static double ClusterUtils.calculateDiameter(ClusterNode cluster)
           
static double ClusterUtils.calculateDistance(ClusterNode a, ClusterNode b)
           
static double ClusterUtils.calculateDistance(ClusterNode cluster, Node node)
           
protected  void FastTransformer.eliminateSingularClusterPreservingLinks(ClusterNode cluster)
           
protected  double FastTransformer.getAggregateCorrelation(ClusterNode a, ClusterNode b)
           
protected  ClusterNode FastTransformer.getPreferredMergeTarget(ClusterNode subject)
           
protected  boolean SimpleTransformer.mergeAllPossibleInto(ClusterNode cluster)
           
protected  ClusterNode SimpleTransformer.mergeClusters(ClusterNode first, ClusterNode second)
           
protected  ClusterNode FastTransformer.mergeWith(ClusterNode winner, ClusterNode loser)
           
protected  boolean SimpleTransformer.shouldMerge(ClusterNode first, ClusterNode second)
           
protected  boolean SimpleTransformer.shouldMergeWith(Node node, ClusterNode cluster)
           
 

Method parameters in org.processmining.mining.fuzzymining.graph.transform with type arguments of type ClusterNode
protected  java.util.ArrayList<ClusterNode> FastTransformer.merge(java.util.ArrayList<ClusterNode> clusters)
           
protected  java.util.ArrayList<ClusterNode> FastTransformer.removeIsolatedClusters(java.util.ArrayList<ClusterNode> clusters)
           
protected  java.util.ArrayList<ClusterNode> FastTransformer.removeSingularClusters(java.util.ArrayList<ClusterNode> clusters)