graph shift operator

Data

Graph Shift Opterator

We can define more general diffusion processes by defining the matrix such that (can only equal 0 along the diagonal?)

This matrix is called the graph shift operator (GSO). We way is a (graph) “shift” or diffusion of by .

The most common operators are the adjacency matrix and the graph laplacian

Note that we can always recover the local implementations:

Examples of Graph Shift Operators

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
 
SORT file.name ASC