Graphs

weighted graph

A graph whose relationships carry a numeric property that algorithms and queries can read as a cost or a strength.

Also written: weighted graphs

Example

Each [:ROAD] relationship carries a cost.

An algorithm given relationshipWeightProperty: 'cost' reads those numbers. One given no weight property treats every relationship alike, and the graph is then no different from an unweighted one.

Lessons that use this term

The lesson and course links below open in a new tab.

2 lessons use this term. Results are ordered by term density.

Path Finding with GDS2 mentions

  • Weighted Shortest PathsUsing the Graph Data Science libraryalgorithm supports weighted graphs with positive relationship weights2 mentions

Get started with Graph Data Science1 mention

  • Configuring projections with unweighted relationshipsWorking with algorithmslesson, you'll put this knowledge to the test with a challenge: projecting a weighted graph and analyzing it using Label Propagation, a community detection algorithm you'll explore through the GDS1 mention

All glossary terms