Package | Description |
---|---|
com.yworks.yfiles.algorithms |
Modifier and Type | Method and Description |
---|---|
static Linkage |
Linkage.fromOrdinal(int ordinal) |
static Linkage |
Linkage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Linkage[] |
Linkage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|