GraphCovolution: Graph Convolutional Neural Network Layer

Description Usage Arguments Details Value Fields

Description

Create a new GCN layer object.

Forward feeding

Reset weight

Usage

1
GraphCovolution(in_features, out_features, dropout = 0, act = torch::nnf_relu)

Arguments

in_features

in_features.

out_features

out_features

dropout

default 0

act

The activation function used by the neuron. Default ReLU

Details

A GCN layer class

#' @references \insertRefGCNscRGNet

Value

A new GraphCovolution object.

Loss

Fields

in_features

in_features

out_features

out_features

dropout

dropout

act

activation function

weight

weight of the model


ff98li/scRGNet documentation built on Jan. 14, 2022, 4:58 a.m.