Data Objects

Data Objects#

GraphData(edge_index[, node_features, ...])

Represents a graph data object with optional features and labels.

HeteroGraphData(edge_index_dict[, ...])

Represents a graph structure with multiple node and edge types