preprocess_graph_conv_skip: Preprocess Adjacency Matrix for use with...

Description Usage Arguments

View source: R/preprocess.R

Description

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_skip layer. Internally it does this:
utils_normalized_adjacency(A)

Usage

1

Arguments

A

An Adjacency matrix (can be dense or sparse)


rdinnager/rspektral documentation built on June 12, 2021, 1:26 a.m.