Part 2 – Exploring and Characterizing Graph Data with Neo4j
In this part, you will learn how to characterize a graph dataset: which information and metrics can be provided to distinguish one dataset from another. You will be introduced to the Neo4j Graph Data Science (GDS) library and the most common graph algorithms to analyze the graph topology, finding important nodes or clusters of highly connected nodes. You will also discover some tools to visually explore graph data.
This part includes the following chapters:
- Chapter 3, Characterizing a Graph Dataset
- Chapter 4, Using Graph Algorithms to Characterize a Graph Dataset
- Chapter 5, Visualizing Graph Data