Description Usage Arguments Value
Computes the graph filter described in Kipf & Welling (2017).
1 | utils_localpooling_filter(A, symmetric = TRUE)
|
A |
array or sparse matrix with rank 2 or 3 |
symmetric |
boolean, whether to normalize the matrix as \mjeqnD^-\frac12AD^-\frac12D^(-1/2)AD^(-1/2) or as \mjeqnD^-1AD^(-1)A |
array or sparse matrix with rank 2 or 3, same as A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.