k-clique algorithm

버전 1.3.0.0 (2.68 KB) 작성자: Anh-Dung Nguyen
k-clique community detection algorithm
다운로드 수: 2.3K
업데이트 2012/10/29

라이선스 보기

k-clique algorithm as defined in the paper "Uncovering the overlapping community structure of complex networks in nature and society" - G. Palla, I. Derényi, I. Farkas, and T. Vicsek - Nature 435, 814–818 (2005)

[X,Y,Z] = k_clique(k,A)

Inputs:
k - clique size
A - adjacency matrix

Outputs:
X - detected communities
Y - all cliques (i.e. complete subgraphs that are not parts of larger complete subgraphs)
Z - k-clique matrix

인용 양식

Anh-Dung Nguyen (2026). k-clique algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/34202-k-clique-algorithm), MATLAB Central File Exchange. 검색 날짜: .

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

description changed

1.2.0.0

add comments

1.0.0.0