Community Detection in Graph

버전 1.4.0.0 (89.6 KB) 작성자: Costas Panagiotakis
Community Detection in Graph Using Synthetic Coordinates
다운로드 수: 1K
업데이트 날짜: 2015/10/18

라이선스 보기

This is an implementation of
Community Detection Using Synthetic Coordinates
and the synthetic datasets used in [1].
More details can be found in www.csd.uoc.gr/~cpanag
and in https://sites.google.com/site/netdilab/
You can use them only for non-commercial purposes.
If you use them, please cite [1]. The code of .java files
is written by H. Papadakis.
You can download the synthetic datasets used in [1] from
https://pithos.okeanos.grnet.gr/public/SVGXVpIoHy4NN1wIUM1966
or https://sites.google.com/site/netdilab
or https://sites.google.com/site/costaspanagiotakis
The .jar file can be downloaded from https://dl.dropboxusercontent.com/u/11081708/sccd.rar
or can be created by compliling the .java files.
[1]. H. Papadakis, C. Panagiotakis and P. Fragopoulou,
Distributed Community Detection in a Complex World Using Synthetic Coordinates, Journal of
Statistical Mechanics, 2014
runSSCD.m: function that calls the SCCD.jar.
testSCCD.m: script that tests runSSCD
USAGE: [COMM,L] = runSSCD('pareto-graph_1000_5_30_0.75.txt')
where pareto-graph_1000_5_30_0.75.txt is the graph file that represents the graph edges.
See comments on .m files for more details.

output file: coms.txt: Each line holds the ids of all nodes of a community separated by space

In this work, we propose an algorithm that finds the
entire community structure of a network, based on local interactions between
neighboring nodes and on an unsupervised distributed hierarchical clustering
algorithm. The novelty of the proposed approach, named SCCD (to stand for
Synthetic Coordinate Community Detection), is the fact that the algorithm is based on the use of Vivaldi synthetic network coordinates computed by
a distributed algorithm.

인용 양식

Costas Panagiotakis (2024). Community Detection in Graph (https://www.mathworks.com/matlabcentral/fileexchange/46360-community-detection-in-graph), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

description update
Tags update

1.3.0.0

Java code update

1.2.0.0

Description update

1.1.0.0

Description update

1.0.0.0