| tie_clust_partition | R Documentation |
The C++ function retrieves y_ij for all pairs of clusters in a weighted static binary undirected network.
tie_clust_partition(clust_est, adjmat, wtmat, N, K)
clust_est |
A vector of estimated cluster membership. |
adjmat |
Array of a network adjacency matrices. |
wtmat |
Array of a network weight matrices. |
N |
Number of nodes. |
K |
Number of clusters. |
Returns y_ij (0, 1) for all pairs of clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.