subgraph.rst 571 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _apigraph:

DGLSubGraph -- Class for subgraph data structure
=========================================

.. currentmodule:: dgl
.. autoclass:: DGLSubGraph

 Mapping between subgraph and parent graph
 -------------------------------------
    :toctree: ../../generated/

    DGLSubGraph.parent_nid
    DGLSubGraph.parent_eid
    DGLSubGraph.map_to_subgraph_nid  

Synchronize features between subgraph and parent graph
------------------------------------------------------
    :toctree: ../../generated/

    DGLSubGraph.copy_from_parent
    DGLSubGraph.copy_to_parent