getSameCommunityPro​bability(W,nRep)

버전 1.0.0.0 (2.19 KB) 작성자: Ruggero G. Bettinardi
Probability that 2 nodes belong to the same network community
다운로드 수: 44
업데이트 날짜: 2017/5/17

라이선스 보기

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

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

인용 양식

Ruggero G. Bettinardi (2024). getSameCommunityProbability(W,nRep) (https://www.mathworks.com/matlabcentral/fileexchange/62996-getsamecommunityprobability-w-nrep), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Multimodal에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0