Files
dgl/docs/source/api/python/transform.rst
Quan (Andy) Gan dc19cd5687 [Example] Dynamic Graph CNN on Point Cloud (#789)
* initial commit

* second commit

* another commit

* change docstring

* migrating to dgl.nn

* fixes

* docs

* lint

* multiple fixes

* doc
2019-08-28 09:21:57 +08:00

20 lines
351 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
nearest_neighbor_graph
segmented_nearest_neighbor_graph