getSameCommunityPro​bability(W,nRep)

Probability that 2 nodes belong to the same network community
44 téléchargements
Mise à jour 17 mai 2017

Afficher la licence

P = getSameCommunityProbability(W,nRep)

Given an undirected (weighted or binary) connection matrix
with positive and negative weights, the algorithm computes
the community structure nRep times and for each area pair,
computes the a posteriori probability that the 2 areas belong
to the same community. In fact, the community detection algorithm
makes use of heuristics, thus community partition may vary. For this
reason, it is suggested to use nRep > 50

Note: This code builds upon the function 'modularity_louvain_und_sign'
(using the Gómez, Jensen & Arena method implemented in the function),
which is part of the Brain Connectivity Toolbox
(https://sites.google.com/site/bctnet/).


INPUT

W : undirected (weighted or binary) connection matrix
with positive and negative weights

nRep : num. of repetitions of the community detection
algorithm


OUTPUT

P : Probability Matrix (probability that area i & j
were assigned to the same community)



--------------------------------------------------------------------------------------------------------------

- Bettinardi, R. G., Tort-Colet, N., Ruiz-Mejias, M., Sanchez-Vives, M. V., & Deco, G. (2015).
“Gradual emergence of spontaneous correlated brain activity during fading of general anesthesia in rats:
Evidences from fMRI and local field potentials.” Neuroimage, 114, 185-198.
DOI: https://doi.org/10.1016/j.neuroimage.2015.03.037

--------------------------------------------------------------------------------------------------------------

Citation pour cette source

Ruggero G. Bettinardi (2024). getSameCommunityProbability(W,nRep) (https://www.mathworks.com/matlabcentral/fileexchange/62996-getsamecommunityprobability-w-nrep), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Multimodal dans Help Center et MATLAB Answers
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0