mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
38 lines
563 B
ReStructuredText
38 lines
563 B
ReStructuredText
.. _apitransform-namespace:
|
|
|
|
dgl.transforms
|
|
==============
|
|
|
|
.. currentmodule:: dgl.transforms
|
|
.. automodule:: dgl.transforms
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
BaseTransform
|
|
Compose
|
|
AddSelfLoop
|
|
RemoveSelfLoop
|
|
AddReverse
|
|
ToSimple
|
|
LineGraph
|
|
KHopGraph
|
|
AddMetaPaths
|
|
GCNNorm
|
|
PPR
|
|
HeatKernel
|
|
GDC
|
|
NodeShuffle
|
|
DropNode
|
|
DropEdge
|
|
AddEdge
|
|
RandomWalkPE
|
|
LapPE
|
|
FeatMask
|
|
RowFeatNormalizer
|
|
SIGNDiffusion
|
|
ToLevi
|
|
SVDPE
|