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 for VarValue.

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 a ObservationManager.