integration

knowledge.simulation.integration

Classes

Name Description
Integrator Direct datamodel Integrator with ontology-backed population.
Noise Datamodel Noise with property-based conveniences and no runtime caches.

Integrator

knowledge.simulation.integration.Integrator(**kwargs)

Direct datamodel Integrator with ontology-backed population.

Only schema fields are stored. All runtime conveniences are exposed as properties.

Noise

knowledge.simulation.integration.Noise(**kwargs)

Datamodel Noise with property-based conveniences and no runtime caches.

  • Inherits all serializable fields from tvbo_datamodel.Noise directly.
  • Provides computed properties for sigma and nsig based on parameters.
  • No mutation of parameters and no cached fields; safe for serialization.