gtclust_poly_dcsbm | R Documentation |
This function take an data.frame and performs hierarchical clustering with contiguity constraints using a graph describing the contiguity (provided )
gtclust_poly_dcsbm(
poly.sf,
ods,
join_ori,
join_dest,
vol,
lambda_in = sum(ods[vol])/(nrow(poly.sf)^2) * 100,
lambda_ext = sum(ods[vol])/(nrow(poly.sf)^2)/100,
adjacency = "rook",
display_progress = FALSE
)
display_progress |
boolean to set progression bar |
adjacencies_list |
graph describing the contiguity between the rows of df as a list of adjacencies |
triplet |
graph to fit with dcsbm in triplet fromat |
an hclust
like object with additional slots
The numeric data (eventually scaled) used for the clustering
The protoypes of each tree nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.