This utility function can be used to preprocess a network adjacency matrix
into an object that can be used to represent the network in the layer_graph_conv
layer.
Internally it does this:
utils_localpooling_filter(A)
1 |
A |
An Adjacency matrix (can be dense or sparse) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.