topobench.data.loaders.hypergraph package#

Init file for hypergraph load module with automated loader discovery.

class CitationHypergraphDatasetLoader(parameters)#

Bases: AbstractLoader

Load Citation Hypergraph dataset with configurable parameters.

Parameters:
parametersDictConfig
Configuration parameters containing:
  • data_dir: Root directory for data

  • data_name: Name of the dataset

  • other relevant parameters

__init__(parameters)#
load_dataset()#

Load the Citation Hypergraph dataset.

Returns:
CitationHypergraphDataset

The loaded Citation Hypergraph dataset with the appropriate data_dir.

Raises:
RuntimeError

If dataset loading fails.

class HypergraphDatasetLoader(parameters)#

Bases: AbstractLoader

Load Citation Hypergraph dataset with configurable parameters.

Parameters:
parametersDictConfig
Configuration parameters containing:
  • data_dir: Root directory for data

  • data_name: Name of the dataset

  • other relevant parameters

__init__(parameters)#
load_dataset()#

Load the Citation Hypergraph dataset.

Returns:
HypergraphDataset

The loaded Citation Hypergraph dataset with the appropriate data_dir.

Raises:
RuntimeError

If dataset loading fails.

Submodules#