xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
181 stars 30 forks source link

ability to store edge-dependent vertex weights #378

Open nwlandry opened 1 year ago

nwlandry commented 1 year ago

It would be nice to have the ability to specify weights for node-edge pairs so that we could, among other things, implement something like this: https://dl.acm.org/doi/abs/10.1145/3340531.3412034

leotrs commented 1 year ago

So is this like a weighted incidence matrix?

nwlandry commented 1 year ago

Exactly.