- Hands-On Graph Analytics with Neo4j
- Estelle Scifo
- 170字
- 2021-06-11 18:50:30
The Graph Data Science Library and Path Finding
In this chapter, we will use the Graph Data Science (GDS) library for the first time, which is the successor of the Graph Algorithm library for Neo4j. After an introduction to the main principles of the library, we will learn about the pathfinding algorithms. Following that, we will use implementations in Python and Java to understand how they work. We will then learn how to use the optimized version of these algorithms, implemented in the GDS plugin. We will cover the Dijkstra and A* shortest path algorithms, alongside other path-related methods such as the traveling-salesman problem and minimum spanning trees.
The following topics will be covered in this chapter:
- Introducing the Graph Data Science plugin
- Understanding the importance of shortest path through its applications
- Going through Dijkstra's shortest path algorithm
- Finding the shortest path with the A* algorithm and its heuristics
- Discovering the other path-related algorithms in the GDS library
- Optimizing our process using graphs
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- AutoCAD快速入門與工程制圖
- Visual FoxPro 6.0數據庫與程序設計
- Visual Basic從初學到精通
- Excel 2007常見技法與行業(yè)應用實例精講
- 中國戰(zhàn)略性新興產業(yè)研究與發(fā)展·智能制造裝備
- Windows Server 2008 R2活動目錄內幕
- Learning Apache Apex
- 寒江獨釣:Windows內核安全編程
- 貫通開源Web圖形與報表技術全集
- 數據清洗
- PostgreSQL High Performance Cookbook
- 數據結構與算法(C++語言版)
- 計算機仿真技術
- Hands-On Edge Analytics with Azure IoT