spamosaic.architectures.wlgcn.WLGCN_vanilla

class spamosaic.architectures.wlgcn.WLGCN_vanilla(*args: Any, **kwargs: Any)[source]

Vanilla Weighted Light Graph Convolutional Network (WLGCN) layer.

This layer performs K steps of message passing and returns a concatenated representation of all intermediate embeddings.

Parameters:
  • K (int, optional) – Number of propagation steps. Default is 1.

  • cached (bool, optional) – Not used; for compatibility.

  • bias (bool, optional) – Not used; for compatibility.