Package | Description |
---|---|
com.yworks.yfiles.algorithms |
Modifier and Type | Method and Description |
---|---|
static Groups.Dendrogram |
Groups.hierarchicalClustering(Graph graph,
Groups.INodeDistanceProvider distances,
Linkage linkage)
Partitions the graph into clusters based on hierarchical clustering.
|
static int |
Groups.hierarchicalClustering(Graph graph,
INodeMap clusterIDs,
Groups.INodeDistanceProvider distances,
Linkage linkage,
double cutOff)
Partitions the graph into clusters based on hierarchical clustering, while the dendrogram is cut based on a given
cut-off value.
|
static int |
Groups.hierarchicalClustering(Graph graph,
int maxCluster,
INodeMap clusterIDs,
Groups.INodeDistanceProvider distances,
Linkage linkage)
Partitions the graph into clusters based on hierarchical clustering, while the dendrogram is cut based on a given
maximum number of clusters.
|