LegacyDataset

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

Bases: Dataset

A Graphbolt dataset for legacy DGLDataset.

property all_nodes_set: ItemSet | ItemSetDict

Return the itemset containing all nodes.

property dataset_name: str

Return the dataset name.

property feature: BasicFeatureStore

Return the feature.

property graph: SamplingGraph

Return the graph.

property tasks: List[Task]

Return the tasks.