graphdot.graph.reorder.pbr.colnet_hypergraph module

class graphdot.graph.reorder.pbr.colnet_hypergraph.ColnetHygr(unitVertexWeights=False)[source]

Bases: graphdot.graph.reorder.pbr.hypergraph.Hygr

Standard colnet hypergraph from matrix market file, or any other means. Supports symmetric and non-symmetric matrices.

createFromPairs(row_ids, col_ids, nr, nc)[source]