Dynamic Clustering Coefficient Algorithm

버전 1.1.0.0 (1.58 KB) 작성자: Anh-Dung Nguyen
Algorithm calculating the dynamic clustering coefficient of a dynamic network
다운로드 수: 681
업데이트 2013/1/7

라이선스 보기

This function calculates the dynamic clustering coefficient of a dynamic network defined in the
paper "Understanding and Modeling the Small-World Phenomenon in Dynamic Networks - AD. Nguyen et al. - MSWIM 2012"

Inputs:
- trace: a 3D-matrix in which the 1st and 2nd dimension correspond to node's IDs and the 3rd dimension corresponds to the time. trace(:,:,t) is the network adjacency matrix at time t (i.e. trace(i,j,t) = 1 if i is connected to j at time t and 0 otherwise). trace(i,i,t) is 1 for all i.

Outputs:
- c: the average dynamic clustering coefficient of the network.

인용 양식

Anh-Dung Nguyen (2026). Dynamic Clustering Coefficient Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/39740-dynamic-clustering-coefficient-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Networks에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

description modified

1.0.0.0