nodesthat
In graph theory and network analysis, nodesthat is a term used to denote a subset of nodes that satisfy a given predicate. The term appears in informal literature and in illustrative examples to describe conditional selections within graphs.
Definition: For a directed or undirected graph G = (V, E) and a predicate P: V → {true,
Example predicates include P1(v): degree(v) ≥ k; P2(v): PageRank(v) > α; P3(v) lies on at least one shortest path
Computation and properties: N can be computed by filtering operations in graph-processing libraries. The nodesthat concept