stcrpy.tcr_datasets package
Submodules
stcrpy.tcr_datasets.tcr_graph_dataset module
- class stcrpy.tcr_datasets.tcr_graph_dataset.TCRGraphConstructor(config=None, **kwargs)[source]
Bases:
object
- class stcrpy.tcr_datasets.tcr_graph_dataset.TCRGraphDataset(root, data_paths, graph_config=None, *args, **kwargs)[source]
Bases:
Dataset- property processed_file_names
The name of the files in the
self.processed_dirfolder that must be present in order to skip processing.
- property raw_file_names
The name of the files in the
self.raw_dirfolder that must be present in order to skip downloading.