"tests/python/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "25217dc6242e67ea37de081cf5f81472730a57cb"
Unverified Commit 828e269c authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Doc] Fixing KNNGraph docs (#803)

parent e17add56
...@@ -121,10 +121,10 @@ dgl.nn.pytorch.softmax ...@@ -121,10 +121,10 @@ dgl.nn.pytorch.softmax
dgl.nn.pytorch.factory dgl.nn.pytorch.factory
---------------------- ----------------------
.. automodule:: dgl.nn.pytorch.NearestNeighborGraph .. automodule:: dgl.nn.pytorch.KNNGraph
:members: :members:
:show-inheritance: :show-inheritance:
.. automodule:: dgl.nn.pytorch.SegmentedNearestNeighborGraph .. automodule:: dgl.nn.pytorch.SegmentedKNNGraph
:members: :members:
:show-inheritance: :show-inheritance:
...@@ -15,5 +15,5 @@ Transform -- Graph Transformation ...@@ -15,5 +15,5 @@ Transform -- Graph Transformation
khop_adj khop_adj
khop_graph khop_graph
laplacian_lambda_max laplacian_lambda_max
nearest_neighbor_graph knn_graph
segmented_nearest_neighbor_graph segmented_knn_graph
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment