- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 111字
- 2021-08-13 15:19:34
NetworkX
Developed by the Los Alamos National Laboratory, NetworkX is a package specialized in the creation, manipulation, analysis, and graphical representation of real-life network data (it can easily operate with graphs made up of a million nodes and edges). Besides specialized data structures for graphs and fine visualization methods (2D and 3D), it provides the user with many standard graph measures and algorithms, such as the shortest path, centrality, components, communities, clustering, and PageRank. We will mainly use this package in Chapter 6, Social Network Analysis:
- Website: http://networkx.github.io/
- Version at the time of print: 2.1
- Suggested install command: pip install networkx
Conventionally, NetworkX is imported as nx:
import networkx as nx
推薦閱讀
- 大學(xué)計(jì)算機(jī)信息技術(shù)導(dǎo)論
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- Drupal 7 Multilingual Sites
- Dreamweaver 8中文版商業(yè)案例精粹
- 計(jì)算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測(cè)技術(shù)
- Apache Spark Deep Learning Cookbook
- 網(wǎng)絡(luò)組建與互聯(lián)
- 網(wǎng)絡(luò)安全與防護(hù)
- SAP Business Intelligence Quick Start Guide
- Mastering Geospatial Analysis with Python
- 在實(shí)戰(zhàn)中成長(zhǎng):C++開(kāi)發(fā)之路
- HBase Essentials
- 人工智能:智能人機(jī)交互
- Redash v5 Quick Start Guide