LegacyDataset๏ƒ

class dgl.graphbolt.LegacyDataset(legacy: DGLDataset)[source]๏ƒ

Bases: Dataset

A Graphbolt dataset for legacy DGLDataset.

property all_nodes_set: ItemSet | HeteroItemSet๏ƒ

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.