modularity_event_sampling | R Documentation |
Sampling the resolution parameter via Event Sampling algorithm proposed in Jeub, L. G., et al. (2018). 'Multiresolution consensus clustering in networks.' Scientific reports 8(1): 1-16.
modularity_event_sampling( A, n.res, gamma.min = NULL, gamma.max = NULL, subsample = 200 )
A |
n-by-n sample adjacency matrix |
n.res |
total number of resolution parameters to sample |
gamma.min |
lower bound for the range of resolution parameters to sample from |
gamma.max |
upper bound for the range of resolution parameters to sample from |
subsample |
integer, number of sample used for deriving the resolutions via subsampling (default 200). This procedure is adopted to save computation especially when n is large. |
a vector of length n.res
, sampled resolution parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.