Graph-related APIs

LightGraphs.nvFunction
nv(::AbstractFeaturedGraph)

Get node number of graph.

LightGraphs.neFunction
ne(::AbstractFeaturedGraph)

Get edge number of graph.

GraphSignals.adjacency_listFunction
adjacency_list(adj)

Transform a adjacency matrix into a adjacency list.

adjacency_list(::AbstractFeaturedGraph)

Get adjacency list of graph.

Missing docstring.

Missing docstring for is_directed. Check Documenter's build log for details.

GraphSignals.fetch_graphFunction
fetch_graph(g1, g2)

Fetch graph from g1 or g2. If there is only one graph available, fetch that one. Otherwise, fetch the first one.