Graph Data Manager#
Module for the Graph-Data Manager class.
- class _GraphDataManager(**kwargs)[source]#
Bases:
_DataManagerInterfaceData manager for graph-based data. It handles inputs stored as
Graph,Data, or lists / tuples of these types.Initialization of the
_GraphDataManagerclass.- Parameters:
kwargs (dict) – The keyword arguments for the graph data manager.
- to_batch()[source]#
Create a batch from the current graph data manager.
- Returns:
A new instance of
_BatchManagerwith batched data.- Return type:
- static create_batch(items)[source]#
Create a batch from a list of
_GraphDataManageritems.- Parameters:
items (list[_GraphDataManager]) – A list of
_GraphDataManageritems to batch.- Returns:
A new instance of
_BatchManagercontaining the batched data.- Return type: