Configuring projections with unweighted relationships
3.8 · Lesson

Configuring projections with unweighted relationships

So far, you've treated all Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. equally. But what if some connections are stronger than others?

In this lesson, you'll create a user-movie Full definition for bipartite graph (opens in a new tab)A graph with two kinds of node, where every relationship joins one kind to the other and never two of the same kind. network using rating data and run Leiden Full definition for community detection (opens in a new tab)A family of algorithms that group nodes by how they connect. Each algorithm defines a community differently. with and without relationship weights.