Module biodivine_sketchbook::sketchbook::observations
source ยท Expand description
Structs and utility methods regarding observations and datasets.
Modulesยง
- _dataset ๐(internal) Definition and methods for
Dataset
. - _manager ๐(internal) Definition and methods for
ObservationManager
. - _observation ๐(internal) Definition and methods for
Observation
. - _var_
value ๐(internal) Definition and methods forVarValue
.
Structsยง
- An ordered list of observations for given variables. The order is important for some datasets, for example, to be able to capture time series.
- A single named observation, i.e., an ordered vector of binarized values.
- Class to manage all observations and datasets.
Enumsยง
- Enum of possible values of network variables in each observation. We consider binary values and unspecified variant.
Type Aliasesยง
- An iterator over all <
DatasetId
,Dataset
> pairs of aObservationManager
.