You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to add the smoothness computation to objects.py as it is assumed there that operations are applied to timeseries and not static signals. Any input on how you want to handle this is welcome.
I want to add a function the computes the smoothness of a signal using the graph laplacian.
Detailed Description
compute the smoothness of any signal defined at each node of the graph using the graph laplacian.
Context / Motivation
Smoothness is one of the basic metrics of GSP and is a good starting point to add other GSP operations to nigsp and start contributing to the package.
Possible Implementation
Straightforward matrix multiplication to get the quadratic form.
The text was updated successfully, but these errors were encountered: