Table of Contents

Namespace AiDotNet.Data.Graph

Classes

CitationNetworkLoader<T>

Loads citation network datasets (Cora, CiteSeer, PubMed) for node classification.

MolecularDatasetLoader<T>

Loads molecular graph datasets (ZINC, QM9) for graph-level property prediction and generation.

OGBDatasetLoader<T>

Loads datasets from the Open Graph Benchmark (OGB) for standardized evaluation.

Enums

CitationNetworkLoader<T>.CitationDataset

Available citation network datasets.

MolecularDatasetLoader<T>.MolecularDataset

Available molecular datasets.

OGBDatasetLoader<T>.OGBTask

OGB task types.