dacapo.experiments.datasplits.datasets.raw_gt_dataset
Module Contents
Classes
A class to represent a dataset. |
- class dacapo.experiments.datasplits.datasets.raw_gt_dataset.RawGTDataset(dataset_config)
A class to represent a dataset.
- name
The name of the dataset.
- Type:
str
- weight
The weight of the dataset.
- Type:
int, optional
- sample_points
The list of sample points in the dataset.
- Type:
list[Coordinate], optional