Table of Contents

Enum OGBDatasetLoader<T>.OGBTask

Namespace
AiDotNet.Data.Graph
Assembly
AiDotNet.dll

OGB task types.

public enum OGBDatasetLoader<T>.OGBTask

Fields

GraphPrediction = 2

Graph-level prediction tasks (e.g., ogbg-*)

LinkPrediction = 1

Link-level prediction tasks (e.g., ogbl-*)

NodePrediction = 0

Node-level prediction tasks (e.g., ogbn-*)