MKLab-ITI / pygrank

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

Numeric graph signal operations #13

Closed maniospas closed 1 year ago

maniospas commented 2 years ago

Currently, there needs to be clear distinction between graph signal objects and extraction of their .np fields. Reframe code so that, when signal operations are employed, their respective .np fields are used in their place. This can help write comphrehensible high-level code.

maniospas commented 1 year ago

Feature added.