Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
Graph Signals
Graph signals are data that exist on a graph . Data are represented as vectors where is the signal value at node . This is often implicit, but sometimes we will use the notation .
There are two types of signals:
- fixed node properties or features are information associated with nodes
- ex. Nodes belong to group A or group B
- graph signals (which often implies variability) can be interpreted as variables on the nodes of the graph
- ex. traffic counts on the roads of minnesota
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