mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
* add transform * lint * lint * fix * fixmx * fix * add test * fix typo * fix default num_classes * change to non-inplace operation * fix lint * fix
23 lines
381 B
ReStructuredText
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
|