Module biodivine_sketchbook::inference

source ยท
Expand description

State of the inference analysis and computation solvers.

Modulesยง

  • candidate_sampling ๐Ÿ”’
    Utilities to sample and download networks. Some functionality is taken from our repository [biodivine-bn-classifier].
  • Structures and utilities to track final results of inference.
  • Structures and methods to run the whole inference process. This module covers the general async workflow, the details regarding the actual algorithms are in the module crate::algorithms.
  • Structures and utilities to track the whole state of inference.
  • Structures and utilities to track progress status of inference.
  • Enum with various supported inference types.
  • results_export ๐Ÿ”’
    Utilities to download results.
  • Struct with details regarding candidate sampling.
  • update_fn_details ๐Ÿ”’
    Utilities to explore canditate update functions.