scSLAT.model.graphmodel.LGCN_mlp

class scSLAT.model.graphmodel.LGCN_mlp(input_size, output_size, K=8, hidden_size=512, dropout=0.2)[source]

Bases: Module

LGCN with MLP

Parameters:

Methods

forward

Define the computation performed at every call.

Attributes