Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 433 Bytes

graph_based.rst

File metadata and controls

27 lines (18 loc) · 433 Bytes

Graph-based

.. py:module:: elliot.recommender.graph_based


Summary

.. autosummary::

    lightgcn.LightGCN.LightGCN
    ngcf.NGCF.NGCF

LightGCN

.. module:: elliot.recommender.graph_based.lightgcn.LightGCN
.. autoclass:: LightGCN
    :show-inheritance:

NGCF

.. module:: elliot.recommender.graph_based.ngcf.NGCF
.. autoclass:: NGCF
    :show-inheritance: