MKLab-ITI/pygrank

Automatically switching between backend interpretations

maniospas opened this issue · 1 comments

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.

Feature added.