Files
dgl/docs/source/api/python/transforms.rst
ZhenyuLU_Heliodore 5598503aa0 [Transform] Add SVDPE Transform Module (#5121)
* add SVD positional encoding

* modify importing module

* Fixed certain problems

* Change the test unit to a nonsigular one

* Fixed typo and make accord with lintrunner

* added svd_pe into dgl.rst

* Modified dgl.rst
2023-02-08 12:29:03 +08:00

38 lines
569 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
LaplacianPE
FeatMask
RowFeatNormalizer
SIGNDiffusion
ToLevi
SVDPE