Skip to Content
BayesiaLabBayesia Engine APIBayesia APIs for Production DeploymentBayesia Engine Java API for Modeling and Inference

Bayesia Engine Java API for Modeling and Inference

Context

  • The Bayesia Engine Java API for Modeling and Inference allows you to create and parameterize Bayesian networks using code.
  • Furthermore, you can perform inference with such models by setting evidence and retrieving results programmatically.
  • A typical implementation scenario would be developing a Bayesian network offline with BayesiaLab and then deploying this network for real-time prediction on streaming data with the Bayesia Engine API for Modeling and Inference.