NetworkX
Cet article est une ébauche concernant un logiciel libre.
| Développé par | LANL et autres |
|---|---|
| Dernière version | 3.6.1 ()[1] |
| Dépôt | github.com/NetworkX/NetworkX |
| Écrit en | Python |
| Environnement | Multiplate-forme |
| Type | Bibliothèque logicielle |
| Licence | Nouvelle licence BSD |
| Site web | https://networkx.github.io |
NetworkX est une bibliothèque Python pour l'étude des graphes et des réseaux. NetworkX est un logiciel libre distribué sous la nouvelle licence BSD.
Fonctionnalités

- Classes pour les graphes simples et les graphes orientés
- Conversion de graphes depuis et vers divers formats.
- Capacité à construire des graphes aléatoires ou à les construire progressivement.
- Capacité à trouver des sous-graphes, cliques, graphe de dégénérescence k.
- Exploration de l'adjacence, du degré, du centre, du rayon, de l'interposition
- Dessin de réseaux en 2D et en 3D.
Pertinence de l'outil
NetworkX est conçu pour fonctionner sur les grands graphes du monde réel, c'est-à-dire par exemple, des graphes de plus de 10 millions de nœuds et 100 millions d'arêtes[2]. En raison de sa dépendance vis-à-vis de la structure de données en « dictionnaire de dictionnaire » (pur Python), NetworkX est raisonnablement efficace, très évolutif, faisant de lui un outil intéressant dans le cadre de l'analyse des réseaux sociaux[3].
Intégration
NetworkX est intégré dans le logiciel de calcul formel SageMath[4].
Références
- ↑ « Release 3.6.1 », (consulté le )
- ↑ A Hagberg, D Conway, "Hacking social networks using the Python programming language (Module II - Why do SNA in NetworkX)", Sunbelt 2010: International Network for Social Network Analysis
- ↑ A Hagberg, D Schult, P Swart, Exploring Network Structure, Dynamics, and Function using NetworkX, Proceedings of the 7th Python in Science conference (SciPy 2008), G Varoquaux, T Vaught, J Millman (Eds.), pp. 11-15.
- ↑ (en) « SageMath Mathematical Software System - Sage », sur SageMath Mathematical Software System (consulté le ).
Liens externes
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.