heterogeneous graph
A graph that holds more than one node label or more than one relationship type.
Also written: heterogeneous
Example
Every node here carries the same (:Person) label. Two relationship types run between them, [:FOLLOWS] and [:BLOCKS].
One label and two relationship types make the graph heterogeneous. Adding a (:Company) node would give it more than one of each.
Lessons that use this term
The lesson and course links below open in a new tab.
8 lessons use this term. Results are ordered by term density.
Get started with Graph Data Science14 mentions
- Projecting bipartite and multipartite graphsGDS basic conceptsand multipartite graphs are The difference between multipartite and heterogeneous graphs When preserving node labels matters How to configure projections to preserve labels Which algorithms work8 mentions
- Understand GDS documentationWorking with algorithmscan run on an undirected graph (where relationships have no direction) Heterogeneous nodes: Whether the algorithm supports graphs with multiple node types Heterogeneous relationships: Whether the4 mentions
- Module recap and what's nextWorking with algorithmsCheck whether the algorithm supports directed, undirected, weighted, or heterogeneous graphs Syntax - Find required parameters and modes Configuration - Explore customization options -1 mention
- Module recapEssential projection techniquesCheck whether the algorithm supports directed, undirected, weighted, or heterogeneous1 mention
Graph Data Science in Practice8 mentions
- Graph Projections and StructureGDS Foundationsand node labels in GDS Identify monopartite, bipartite, multipartite, and heterogeneous graph structures Choose appropriate projection strategies based on your target4 mentions
- Fraud DetectionCommunity Detection for FraudThis network is heterogeneous—-it contains multiple overlapping node and relationship3 mentions
- Reducing Search Space with LouvainCommunity Detection for FraudCreate a heterogeneous graph projection for fraud analysis Run Louvain in stats and write modes Identify communities containing known1 mention
Analyze Graph Data with Python2 mentions
- Dijkstra's Shortest PathAura Graph AnalyticsDirected or undirected graphs Heterogeneous nodes — Multiple node labels supported Heterogeneous relationships — Multiple relationship types supported -2 mentions