topobench.data package#
Subpackages#
- topobench.data.datasets package
- Submodules
- topobench.data.datasets.citation_hypergaph_dataset module
CitationHypergraphDataset
CitationHypergraphDataset.FILE_FORMAT
CitationHypergraphDataset.RAW_FILE_NAMES
CitationHypergraphDataset.URLS
CitationHypergraphDataset.download()
CitationHypergraphDataset.process()
CitationHypergraphDataset.processed_dir
CitationHypergraphDataset.processed_file_names
CitationHypergraphDataset.raw_dir
CitationHypergraphDataset.raw_file_names
- topobench.data.datasets.mantra_dataset module
- topobench.data.datasets.us_county_demos_dataset module
- Module contents
CitationHypergraphDataset
CitationHypergraphDataset.FILE_FORMAT
CitationHypergraphDataset.RAW_FILE_NAMES
CitationHypergraphDataset.URLS
CitationHypergraphDataset.download()
CitationHypergraphDataset.process()
CitationHypergraphDataset.processed_dir
CitationHypergraphDataset.processed_file_names
CitationHypergraphDataset.raw_dir
CitationHypergraphDataset.raw_file_names
MantraDataset
USCountyDemosDataset
- topobench.data.loaders package
- Subpackages
- topobench.data.loaders.graph package
- Submodules
- topobench.data.loaders.graph.hetero_datasets module
- topobench.data.loaders.graph.mantra_dataset module
- topobench.data.loaders.graph.manual_graph_dataset_loader module
- topobench.data.loaders.graph.modecule_datasets module
- topobench.data.loaders.graph.ogbg_datasets module
- topobench.data.loaders.graph.planetoid_datasets module
- topobench.data.loaders.graph.tu_datasets module
- topobench.data.loaders.graph.us_county_demos_dataset_loader module
- Module contents
- topobench.data.loaders.hypergraph package
- topobench.data.loaders.pointcloud package
- topobench.data.loaders.simplicial package
- topobench.data.loaders.graph package
- Submodules
- topobench.data.loaders.base module
- Module contents
- Subpackages
- topobench.data.preprocessor package
- topobench.data.utils package
- Submodules
- topobench.data.utils.io_utils module
- topobench.data.utils.split_utils module
- topobench.data.utils.utils module
data2simplicial()
ensure_serializable()
find_tetrahedrons()
find_triangles()
generate_zero_sparse_connectivity()
get_combinatorial_complex_connectivity()
get_complex_connectivity()
get_routes_from_neighborhoods()
load_cell_complex_dataset()
load_manual_graph()
load_manual_graph_second_structure()
load_manual_hypergraph()
load_manual_pointcloud()
load_manual_points()
load_manual_simplicial_complex()
load_simplicial_dataset()
make_hash()
select_neighborhoods_of_interest()
- Module contents
data2simplicial()
download_file_from_drive()
ensure_serializable()
generate_zero_sparse_connectivity()
get_combinatorial_complex_connectivity()
get_complex_connectivity()
get_routes_from_neighborhoods()
load_cell_complex_dataset()
load_coauthorship_hypergraph_splits()
load_hypergraph_pickle_dataset()
load_inductive_splits()
load_manual_graph()
load_simplicial_dataset()
load_transductive_splits()
make_hash()
read_us_county_demos()
select_neighborhoods_of_interest()
Module contents#
Init file for data module.