Install
Graph / Network terms
Graph databases, knowledge graphs and network analysis.
Centrality measures A family of graph metrics that rank how important or well-connected each node is within a network. Community detection Identifying groups of nodes in a network that are more densely connected to each other than to the rest of the graph. Graph analytics Analyzing data modeled as nodes and edges to study connections, structure, and influence rather than isolated records. Link prediction Estimating the likelihood that a connection exists, or will form, between two nodes in a graph that are not currently linked. PageRank An algorithm that scores a node's importance by the number and importance of other nodes linking to it.