Unverified Commit c298223f authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] add BuiltinDataset into doc page (#6355)

parent d9321414
...@@ -53,6 +53,7 @@ Standard Implementations ...@@ -53,6 +53,7 @@ Standard Implementations
:template: classtemplate.rst :template: classtemplate.rst
OnDiskDataset OnDiskDataset
BuiltinDataset
OnDiskTask OnDiskTask
OnDiskMetaData OnDiskMetaData
CSCSamplingGraph CSCSamplingGraph
......
...@@ -483,10 +483,12 @@ class BuiltinDataset(OnDiskDataset): ...@@ -483,10 +483,12 @@ class BuiltinDataset(OnDiskDataset):
them as ``OnDiskDataset``. them as ``OnDiskDataset``.
Available builtin datasets include: Available builtin datasets include:
**ogbn-mag** **ogbn-mag**
The ogbn-mag dataset is a heterogeneous network composed of a subset of The ogbn-mag dataset is a heterogeneous network composed of a subset of
the Microsoft Academic Graph (MAG). See more details in the Microsoft Academic Graph (MAG). See more details in
`ogbn-mag <https://ogb.stanford.edu/docs/nodeprop/#ogbn-mag>`_. `ogbn-mag <https://ogb.stanford.edu/docs/nodeprop/#ogbn-mag>`_.
.. note:: .. note::
Reverse edges are added to the original graph and duplicated Reverse edges are added to the original graph and duplicated
edges are removed. edges are removed.
...@@ -502,6 +504,7 @@ class BuiltinDataset(OnDiskDataset): ...@@ -502,6 +504,7 @@ class BuiltinDataset(OnDiskDataset):
representing an Amazon product co-purchasing network. See more details representing an Amazon product co-purchasing network. See more details
in `ogbn-products in `ogbn-products
https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_. https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_.
.. note:: .. note::
Reverse edges are added to the original graph. Reverse edges are added to the original 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