LegacyDataset

class dgl.graphbolt.LegacyDataset(legacy: dgl.data.dgl_dataset.DGLDataset)[source]

Bases: dgl.graphbolt.dataset.Dataset

A Graphbolt dataset for legacy DGLDataset.

property all_nodes_set

Return the itemset containing all nodes.

property dataset_name

Return the dataset name.

property feature

Return the feature.

property graph

Return the graph.

property tasks

Return the tasks.