mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
* heterograph tutorial skeleton * [WIP][Tutorial] Heterogeneous graph tutorial * fix * update
23 lines
393 B
ReStructuredText
23 lines
393 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
|
|
metapath_reachable_graph
|