Files
dgl/docs/source/api/python/transform.rst
VoVAllen bf8bb58f60 [Transform] Add to_self_loop, remove_self_loop, onehot_degree transform (#862)
* add transform

* lint

* lint

* fix

* fixmx

* fix

* add test

* fix typo

* fix default num_classes

* change to non-inplace operation

* fix lint

* fix
2019-09-21 00:05:38 +08:00

23 lines
381 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
to_self_loop
remove_self_loop
onehot_degree