Files
dgl/docs/source/api/python/transform.rst
VoVAllen e16667bfb9 [Fix] Fix Transform (#876)
* add transform

* lint

* lint

* fix

* fixmx

* fix

* add test

* fix typo

* fix default num_classes

* change to non-inplace operation

* fix lint

* fix

* fix

* fix lint

* fixlint
2019-09-26 21:21:53 -04:00

22 lines
364 B
ReStructuredText

.. _api-transform:
Transform -- Graph Transformation
=================================
.. automodule:: dgl.transform
.. autosummary::
:toctree: ../../generated/
line_graph
reverse
to_simple_graph
to_bidirected
khop_adj
khop_graph
laplacian_lambda_max
knn_graph
segmented_knn_graph
add_self_loop
remove_self_loop