Graph Analytics Functions

Graph analytics enable you to perform geo-spatial analysis. For example, you might calculate the distance or the number of hops between two vertices. To use graph analytics, connect to an Oracle database or Oracle Autonomous Data Warehouse (the analytics are computed in the database, not in Oracle Analytics).

Tutorial icon LiveLabs Sprint

To display the Graph Analytics step in the data flow editor, you must connect to an Oracle database or Oracle Autonomous Data Warehouse.

Function Type Description

Clustering

Finds connected components or clusters in a graph.

Node Ranking

Measure the importance of the nodes in a graph.

Shortest Path

Find the shortest path between two vertices in a graph.

Sub Graph

Find all nodes within a specified number (n) of hops of a given node.