Skip to main content

Module weighted_biadjacency

Module weighted_biadjacency 

Source
Expand description

Bipartite graph from a weighted biadjacency matrix (ALGO-CN-038).

Counterpart of igraph_weighted_biadjacency() in references/igraph/src/misc/bipartite.c:770-830.

Creates a bipartite graph from an n1 × n2 weighted matrix where non-zero entries become edges whose weight is the entry value.

Structs§

WeightedBiadjacencyResult
Result of weighted_biadjacency.

Functions§

weighted_biadjacency
Build a bipartite graph from a weighted biadjacency matrix.