Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<FMClusterNode> |
MutableFuzzyGraph.clusterNodes |
Modifier and Type | Method and Description |
---|---|
java.util.List<FMClusterNode> |
FuzzyGraph.getClusterNodes()
Returns the list of higher-level cluster nodes, which are contained in
this simplified Fuzzy Graph.
|
java.util.List<FMClusterNode> |
MutableFuzzyGraph.getClusterNodes() |
Modifier and Type | Method and Description |
---|---|
void |
FuzzyGraph.addClusterNode(FMClusterNode cluster) |
void |
MutableFuzzyGraph.addClusterNode(FMClusterNode cluster) |
boolean |
MutableFuzzyGraph.removeClusterNode(FMClusterNode cluster) |
boolean |
FuzzyGraph.removeFMClusterNode(FMClusterNode cluster) |
boolean |
MutableFuzzyGraph.removeFMClusterNode(FMClusterNode cluster) |
Modifier and Type | Method and Description |
---|---|
protected FMClusterNode |
FastTransformer.getPreferredMergeTarget(FMClusterNode subject) |
protected FMClusterNode |
SimpleTransformer.mergeClusters(FMClusterNode first,
FMClusterNode second) |
protected FMClusterNode |
FastTransformer.mergeWith(FMClusterNode winner,
FMClusterNode loser) |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.cluster() |
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.merge(java.util.ArrayList<FMClusterNode> clusters) |
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.removeIsolatedClusters(java.util.ArrayList<FMClusterNode> clusters) |
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.removeSingularClusters(java.util.ArrayList<FMClusterNode> clusters) |
Modifier and Type | Method and Description |
---|---|
static double |
ClusterUtils.calculateDiameter(FMClusterNode cluster) |
static double |
ClusterUtils.calculateDistance(FMClusterNode a,
FMClusterNode b) |
static double |
ClusterUtils.calculateDistance(FMClusterNode cluster,
FMNode node) |
protected void |
FastTransformer.eliminateSingularClusterPreservingLinks(FMClusterNode cluster) |
protected double |
FastTransformer.getAggregateCorrelation(FMClusterNode a,
FMClusterNode b) |
protected FMClusterNode |
FastTransformer.getPreferredMergeTarget(FMClusterNode subject) |
protected boolean |
SimpleTransformer.mergeAllPossibleInto(FMClusterNode cluster) |
protected FMClusterNode |
SimpleTransformer.mergeClusters(FMClusterNode first,
FMClusterNode second) |
protected FMClusterNode |
FastTransformer.mergeWith(FMClusterNode winner,
FMClusterNode loser) |
protected boolean |
SimpleTransformer.shouldMerge(FMClusterNode first,
FMClusterNode second) |
protected boolean |
SimpleTransformer.shouldMergeWith(FMNode node,
FMClusterNode cluster) |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.merge(java.util.ArrayList<FMClusterNode> clusters) |
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.removeIsolatedClusters(java.util.ArrayList<FMClusterNode> clusters) |
protected java.util.ArrayList<FMClusterNode> |
FastTransformer.removeSingularClusters(java.util.ArrayList<FMClusterNode> clusters) |
Modifier and Type | Method and Description |
---|---|
void |
FastTransformerPanel.getExportedClusterFuzzyGraphObject(MutableFuzzyGraph innerGraph,
FMClusterNode clusterNode) |