mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
* Update * Update * Fix * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix lint * lint * Update * Update * lint fix * Fix CI * Fix * Fix CI * Update * Fix * Update * Update * Augmentation (#10) * Update * PPR * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * CI * lint * lint * Update * Update * Fix AddEdge * try import * Update * Fix * CI Co-authored-by: Ubuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal> Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
111 lines
1.7 KiB
ReStructuredText
111 lines
1.7 KiB
ReStructuredText
.. _apitransform-namespace:
|
|
|
|
dgl.transform
|
|
=============
|
|
|
|
.. currentmodule:: dgl.transform
|
|
.. automodule:: dgl.transform
|
|
|
|
BaseTransform
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: BaseTransform
|
|
:members: __call__, __repr__
|
|
:show-inheritance:
|
|
|
|
Compose
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: Compose
|
|
:show-inheritance:
|
|
|
|
AddSelfLoop
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddSelfLoop
|
|
:show-inheritance:
|
|
|
|
RemoveSelfLoop
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: RemoveSelfLoop
|
|
:show-inheritance:
|
|
|
|
AddReverse
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddReverse
|
|
:show-inheritance:
|
|
|
|
ToSimple
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ToSimple
|
|
:show-inheritance:
|
|
|
|
LineGraph
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: LineGraph
|
|
:show-inheritance:
|
|
|
|
KHopGraph
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: KHopGraph
|
|
:show-inheritance:
|
|
|
|
AddMetaPaths
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddMetaPaths
|
|
:show-inheritance:
|
|
|
|
GCNNorm
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: GCNNorm
|
|
:show-inheritance:
|
|
|
|
PPR
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: PPR
|
|
:show-inheritance:
|
|
|
|
HeatKernel
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: HeatKernel
|
|
:show-inheritance:
|
|
|
|
GDC
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: GDC
|
|
:show-inheritance:
|
|
|
|
NodeShuffle
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: NodeShuffle
|
|
:show-inheritance:
|
|
|
|
DropNode
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: DropNode
|
|
:show-inheritance:
|
|
|
|
DropEdge
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: DropEdge
|
|
:show-inheritance:
|
|
|
|
AddEdge
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddEdge
|
|
:show-inheritance:
|