getTopologicalSimil​arity(W,g,m)

버전 1.0.0.0 (3.04 KB) 작성자: Ruggero G. Bettinardi
Compute Topological Similarity matrix
다운로드 수: 73
업데이트 날짜: 2017/5/16

라이선스 보기

call:

T = getTopologicalSimilarity(W,g,m)


Compute the Topological Similarity matrix T from the structural network
defined by matrix W. T quantifies how similar are the whole-network influence
received by two distinct nodes through all paths of every length. It is imple-
mented as a quantification of the similarity between all pairs of column vectors of
the communicability matrix Qexp, and as such can be computed using any n-dimen-
sional measure of similarity. The present code allows you to choose to compute
the topological similarity matrix T using either the (1) cosine similarity,
(2) Pearson correlation coefficient or (3) Euclidean distance. Choose the prefer-
red method having in mind their differences, characteristics and limitations.
NOTE: the code calls 'getEucliDist.m'


INPUT

W : n-by-n matrix (cab be weighted, unweighted, directed or undirected)
g : global coupling factor (default is 1)
m : compute T either using:

m = 1, cosine similarity (default)
m = 2, Pearson Ccrrelation coefficient
m = 3, Euclidean distance

OUTPUT

T : Topological Similarity matrix (n-by-n)


Reference:

- Bettinardi, R.G., Deco, G., Karlaftis, V.M., Van Hartevelt, T.J., Fernandes, H.M., Kourtzi, Z., Kringelbach, M.L. & Zamora-López, G.
(2017). “How structure sculpts function: Unveiling the contribution of anatomical connectivity to the brain's spontaneous
correlation structure.” Special Issue: On the relation of dynamics and structure in brain networks. Chaos: An
Interdisciplinary Journal of Nonlinear Science, 27(4), 047409. DOI: http://dx.doi.org/10.1063/1.4980099

인용 양식

Ruggero G. Bettinardi (2024). getTopologicalSimilarity(W,g,m) (https://www.mathworks.com/matlabcentral/fileexchange/62988-gettopologicalsimilarity-w-g-m), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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