Skip to content

colltoaction/nx_hif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIF for NetworkX

This package implements functions for the Hypergraph data structure in the HIF standard for higher-order network data. It builds hypergraphs based on a decomposition into three NetworkX graphs, H = (V,E,I) where:

  • V = {v} is a finite, non empty set of vertices or nodes,
  • E = {e} is a finite, non-empty set of edges or hyperedges, and
  • I ⊆ VxE is a set of incidences, that is, pairs (v,e) of nodes and edges.

The implementation details can be found in src/nx_hif/hif.py.

About

NetworkX backend for the HIF standard

Topics

Resources

License

Stars

Watchers

Forks