dacapo.experiments.datasplits.keys
Submodules
Package Contents
Classes
A unique enumeration representing different types of array keys |
|
A unique enumeration representing different types of graph keys |
|
Represent a base class for various types of keys in Dacapo library. |
- class dacapo.experiments.datasplits.keys.ArrayKey
A unique enumeration representing different types of array keys
- RAW
The raw data key.
- Type:
str
- GT
The ground truth data key.
- Type:
str
- MASK
The data mask key.
- Type:
str
- NON_EMPTY
The data key for non-empty mask.
- Type:
str
- RAW = 'raw'
- GT = 'gt'
- MASK = 'mask'
- NON_EMPTY = 'non_empty_mask'
- class dacapo.experiments.datasplits.keys.GraphKey
A unique enumeration representing different types of graph keys
- SPECIFIED_LOCATIONS
The key for specified locations in the graph.
- Type:
str
- SPECIFIED_LOCATIONS = 'specified_locations'
- class dacapo.experiments.datasplits.keys.DataKey
Represent a base class for various types of keys in Dacapo library.