Graphs

monopartite graph

A graph in which every node is the same kind of thing, so relationships connect like to like.

Also written: monopartite graphs, monopartite, unipartite graph, unipartite graphs, unipartite

Learn more in Projecting monopartite graphs

Example

Every node here is a (:Person). Each [:KNOWS] relationship joins one person to another.

Adding a single (:Company) node and [:WORKS_AT] relationship would turn this into a heterogeneous graph. It would not become bipartite because nodes of the same label would still connect to each other.

Lessons that use this term

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

No published lesson uses this term yet.

All glossary terms