Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.21 KB

README.md

File metadata and controls

32 lines (28 loc) · 2.21 KB

OPM: One-mode projection-based multilevel method for bipartite networks

You can get an alternative Python implementation of the OPM coarsening algorithm in MFBN repository. MFBN is a framework that compiles several coarsening algorithms for bipartite networks.

[1] Valejo, Alan and Ferreira, V. and Oliveira, Maria C. F. and Lopes, A. A., Community detection in bipartite network: a modified coarsening approach, in International symposium on information management and big data (SIMBig), track on social network and media analysis and mining (SNMAN). Part of the Communications in Computer and Information Science book series (CCIS, volume 795), p. 123--136, 2017, doi: https://doi.org/10.1007/978-3-319-90596-9_9

[2] Valejo, Alan and Filho, Geraldo P. R. and Oliveira, Maria C. F. and Ferreira, V. and Lopes, A. A., One-mode projection-based multilevel approach for community detection in bipartite networks, in International symposium on information management and big data (SIMBig), track on social network and media analysis and mining (SNMAN), p. 101-108, 2017 , doi: http://ceur-ws.org/Vol-2029/paper8.pdf

@inproceedings{valejo2018community,
    author = {Valejo, Alan and Ferreira, V. and Oliveira, Maria C. F. and Lopes, A. A.},
    title = {Community detection in bipartite network: a modified coarsening approach},
    booktitle = {International symposium on information management and big data (SIMBig), track on social network and media analysis and mining (SNMAN). Part of the Communications in Computer and Information Science book series (CCIS, volume 795)},
    year = {2018},
    pages = {123--136},
}
@inproceedings{valejo2017one,
    author = {Valejo, Alan and Filho, Geraldo P. R. and Oliveira, Maria C. F. and Ferreira, V. and Lopes, A. A.},
    title = {One-mode projection-based multilevel approach for community detection in bipartite networks},
    booktitle = {International symposium on information management and big data (SIMBig), track on social network and media analysis and mining (SNMAN)},
    year = {2017},
    pages = {101-108},
}
© Copyright (C) 2016 Alan Valejo <alanvalejo@gmail.com> All rights reserved.