MKLab-ITI / pygrank

Recommendation algorithms for large graphs
Apache License 2.0
29 stars 4 forks source link

Automatically switching between backend interpretations #14

Closed maniospas closed 1 year ago

maniospas commented 2 years ago

Currently, graph signal .np attributes need to be manually converted between backends. Switch to a @property getter interface that automatically performs needed conversions to remove the burden of checking for backend compliance from developers.

maniospas commented 1 year ago

Feature added.