community_oslom: OSLOM Community Detection

community_oslomR Documentation

OSLOM Community Detection

Description

Wrapper for OSLOM Community Detection http://oslom.org/

Usage

community_oslom(oslom_bin_dir_undir_path, graph, seed, n_runs, is_weighted)

Arguments

oslom_bin_dir_undir_path

The path to oslom directed or undirected network binary

graph

The graph to be clustered obtained from transform_* functions

seed

An integer specifying the seed to replicate the result

n_runs

the number of runs for the first hierarchical level

is_weighted

a boolean indicating whether a weight column is available in the data.table

References

Finding statistically significant communities in networks A. Lancichinetti, F. Radicchi, J.J. Ramasco and S. Fortunato PLoS ONE 6, e18961 (2011).

See Also

Other community: recolor_network_by_community()


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.