Enum OGBDatasetLoader<T>.OGBTask
OGB task types.
public enum OGBDatasetLoader<T>.OGBTask
Fields
GraphPrediction = 2Graph-level prediction tasks (e.g., ogbg-*)
LinkPrediction = 1Link-level prediction tasks (e.g., ogbl-*)
NodePrediction = 0Node-level prediction tasks (e.g., ogbn-*)