| Interface | Description |
|---|---|
| BayesSampleInference |
General interface to be implemented by approximate Bayesian Inference
algorithms.
|
| Class | Description |
|---|---|
| BayesInferenceApproxAdapter |
An Adapter class to let BayesSampleInference implementations to be used in
places where calls are being made to the BayesInference API.
|
| GibbsAsk |
Artificial Intelligence A Modern Approach (3rd Edition): page 537.
|
| LikelihoodWeighting |
Artificial Intelligence A Modern Approach (3rd Edition): page 534.
|
| ParticleFiltering |
Artificial Intelligence A Modern Approach (3rd Edition): page 598.
|
| PriorSample |
Artificial Intelligence A Modern Approach (3rd Edition): page 531.
|
| RejectionSampling |
Artificial Intelligence A Modern Approach (3rd Edition): page 533.
|