deeplay.components.gnn.mpn.propagation Module#

Classes#

DeeplayModule(*args, **kwargs)

A base class for creating configurable, extensible modules with dynamic initialization and argument management.

Max(*args, **kwargs)

Maximum of the edge features of each receiver node.

Mean(*args, **kwargs)

Averages the edge features of each receiver node.

Min(*args, **kwargs)

Minimum of the edge features of each receiver node.

Prod(*args, **kwargs)

Product of the edge features of each receiver node.

Sum(*args, **kwargs)

Sums the edge features of each receiver node.

WeightedSum(*args, **kwargs)

Sums the edge features of each receiver node with weights.