Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangxiaoyidog/complex-network-model
The project of Complex-Network-Model
https://github.com/zhangxiaoyidog/complex-network-model
Last synced: 11 days ago
JSON representation
The project of Complex-Network-Model
- Host: GitHub
- URL: https://github.com/zhangxiaoyidog/complex-network-model
- Owner: zhangxiaoyidog
- Created: 2018-04-14T03:15:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T03:31:52.000Z (over 6 years ago)
- Last Synced: 2024-11-28T22:32:28.006Z (25 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 38
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complex-Network-Model
- 本系统采用python语言开发,导入pycharm即可使用
- 导入后直接运行guite.py文件即可得到可视化界面## Finished Items
| Attribute | finished |
| :--------------------------------: | :------: |
| UI | √ |
| clustering coefficient | √ |
| coreness | √ |
| degree | √ |
| shortest path | √ |
| attention attack test | √ |
| random attack test | √ |
| node number/edge number statistics | √ |
| size of the largest subgraph | √ |
| average path length | √ |