Coverage Control Library
|
Dataset for non-hybrid GNN training. More...
Public Member Functions | |
__init__ (self, data_dir, stage, output_dim) | |
len (self) | |
get (self, idx) | |
Public Attributes | |
stage = stage | |
output_dim = output_dim | |
features = DataLoaderUtils.load_features(f"{data_dir}/{stage}", output_dim) | |
dataset_size = self.features[0].shape[0] | |
targets | |
targets_mean | |
tuple | targets_std |
edge_weights = DataLoaderUtils.load_edge_weights(f"{data_dir}/{stage}") | |
Dataset for non-hybrid GNN training.
Definition at line 148 of file loaders.py.
__init__ | ( | self, | |
data_dir, | |||
stage, | |||
output_dim ) |
Definition at line 150 of file loaders.py.
get | ( | self, | |
idx ) |
Definition at line 166 of file loaders.py.
len | ( | self | ) |
Definition at line 163 of file loaders.py.
dataset_size = self.features[0].shape[0] |
Definition at line 157 of file loaders.py.
edge_weights = DataLoaderUtils.load_edge_weights(f"{data_dir}/{stage}") |
Definition at line 161 of file loaders.py.
features = DataLoaderUtils.load_features(f"{data_dir}/{stage}", output_dim) |
Definition at line 156 of file loaders.py.
output_dim = output_dim |
Definition at line 154 of file loaders.py.
stage = stage |
Definition at line 153 of file loaders.py.
targets |
Definition at line 158 of file loaders.py.
targets_mean |
Definition at line 158 of file loaders.py.
tuple targets_std |
Definition at line 158 of file loaders.py.