- Network Science with Python and NetworkX Quick Start Guide
- Edward L. Platt
- 140字
- 2021-06-24 15:18:52
Weighted networks
Returning to the case of undirected networks, sometimes, not all edges are created equal. For example, in a network representing a city's water distribution system, the edges could represent a series of tubes that carry the water from one place to another. Some of these might have greater capacity than others. When edges can have different strengths, the network is called weighted, and the strength is quantified by a number called the weight. Both directed and undirected networks can be weighted. An example of a weighted network is shown in the following diagram. When visualizing a network, edge weights are often indicated by varying the thickness or opacity of the edge. Edge weights can be used to represent many different types of attributes. The most common ones are described in the next section:

- Mastering Mesos
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 自動控制工程設計入門
- Verilog HDL數字系統設計入門與應用實例
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 西門子S7-200 SMART PLC從入門到精通
- 計算機控制技術
- Learning Apache Cassandra(Second Edition)
- Windows XP中文版應用基礎
- PyTorch深度學習實戰
- Windows程序設計與架構
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- OpenStack Cloud Computing Cookbook
- 計算機與信息技術基礎上機指導
- Visual Studio 2010 (C#) Windows數據庫項目開發