build_Jd {motifcluster} | R Documentation |
Build double-edge indicator matrix
Description
Build the sparse double-edge indicator matrix Jd
from a
graph adjacency matrix.
Usage
build_Jd(adj_mat)
Arguments
adj_mat |
The original adjacency matrix. |
Value
A double-edge indicator matrix Jd
in sparse form.
[Package motifcluster version 0.2.3 Index]