mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
* [Model]P-GNN * updata * [Example]P-GNN * Update README.md * Add NodeFeatureMasking and NormalizeFeatures * Update * Update transforms.rst * Update * Update * Update * Update test_transform.py * Update * Update * Update test_transform.py * Update module.py * Update module.py * Update module.py Co-authored-by: Mufei Li <mufeili1996@gmail.com>
35 lines
530 B
ReStructuredText
35 lines
530 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
|