template graph

[[concept]]
template graph

A template graph Gn is a way to sample a graph from a graphon. The nodes are defined by partitioning [0,1] in a grid (regular partition) in the same way we partitioned for induced graphons:

Ik={[k1n,kn[1kn1[n1n,1]k=n

So that I1I2In=[0,1] and the node labels are uj=j1n for each j.

The adjacency matrix is then given as

[An]ij=W(ui,uj)

Where W is the graphon that we sample from.

This is a complete, weighted graph with edge weights coming from the graphon evaluated at each node pair (ui,uj)[0,1]2.

This is the simplest way to sample a graph. We can think of it as the graph sampling counterpart to inducing a graphon.

Review

#flashcards/math/dsg

Q: How do we define the nodes in a template graph?
-?-
A: We partition [0,1] in a grid (regular partition) in the same way we partitioned for induced graphons Ik={[k1n,kn[1kn1[n1n,1]k=n

We define a template graph's adjacency matrix as {-as||$$[A_{n}]{ij} = W(u,u_{j})$$-}
which results in a {ha||complete, weighted graph.||characteristics}

We can think of a template graph as the {a||graph sampling} counterpart to {a||inducing a graphon}.

Mentions

Mentions

Created 2025-03-26 Last Modified 2025-05-30