spamosaic.architectures.hg_lgcn.HG_LGCN_Conv

class spamosaic.architectures.hg_lgcn.HG_LGCN_Conv(*args: Any, **kwargs: Any)[source]

Heterogeneous Graph LightGCN convolution layer.

Performs degree-normalized aggregation with self-loops and separates intra-group vs. inter-group message passing, then concatenates the two streams.