- Network Science with Python and NetworkX Quick Start Guide
- Edward L. Platt
- 140字
- 2021-06-24 15:18:51
Nodes and edges
In network science, a network is simply a set of things and the connections between them. The things are called nodes, and the connections are called edges. Nodes are really just placeholders for any type of thing that can have a connection or relationship, such as subway stations, people, or atoms. Similarly, edges are placeholders for connections or relationships, such as subway tracks, friendships, or molecular bonds. Just like the subway map, representing a system as a network strips away a lot of information, making it possible to focus just on the structure.
Sometimes, you might see nodes called vertices, or edges called links. Mathematicians like vertices and edges, while computer scientists prefer nodes and links. NetworkX uses nodes and edges (perhaps as a compromise?), so I will use that terminology in this book.
推薦閱讀
- 數(shù)據(jù)展現(xiàn)的藝術(shù)
- Canvas LMS Course Design
- 深度學(xué)習(xí)中的圖像分類與對抗技術(shù)
- 現(xiàn)代機械運動控制技術(shù)
- 運動控制系統(tǒng)應(yīng)用與實踐
- PostgreSQL 10 Administration Cookbook
- 悟透JavaScript
- HTML5 Canvas Cookbook
- 教育機器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢
- Linux Shell編程從初學(xué)到精通
- 空間機器人
- Data Analysis with R(Second Edition)
- 新一代人工智能與語音識別
- 機器人剛?cè)狁詈蟿恿W(xué)
- 計算機應(yīng)用基礎(chǔ)學(xué)習(xí)指導(dǎo)與練習(xí)(Windows XP+Office 2003)