next up previous contents
Next: Stochastic Sampling

BBN



Description

The package bbn consists of core classes for representing the data structure of a Bayesian network. BBN.java and Node.java are used to represent a Bayesian network. NodeManager.java helps handle evidence for inference. Some useful utilities are also included in this package such as a data generator.

Examples