pyt-team / TopoModelX

Topological Deep Learning
MIT License
219 stars 79 forks source link

Extends TopoEmbedX to ColoredHypergraphs and Path complexes #224

Closed mhajij closed 11 months ago

mhajij commented 11 months ago

What

Extends existing algorithms in TopoEmbedX to ColoredHyperGraph and PathComplex

Why

TopoEmbedX can support all compelxes that TopoNetX implements. Currently, only cell, simplicial and combintorial complexes are supported in the algorithms.

How

Most work needs to be done here in the neighborhood file :

https://github.com/pyt-team/TopoEmbedX/blob/main/topoembedx/neighborhood.py

to extends its functionalities to ColoredHyperGraph and PathComplex.