Concept
Adjacency Matrix of Chain Graph
The adjacency matrix for a chain graph corresponds to the matrix :
\begin{array}{ll} 1 & j = (i+1)_{modN} \\ 0 & otherwise \\ \end{array} \right. $$0
1
Updated 2022-07-16
Tags
Data Science
Adjacency Matrix of Chain Graph
The adjacency matrix for a chain graph corresponds to the matrix :
\begin{array}{ll} 1 & j = (i+1)_{modN} \\ 0 & otherwise \\ \end{array} \right. $$0
1
Tags
Data Science