Infer.NET is a framework for doing inference on graphical models. The user defines a graphical model by specifying the factors and variables of the model. Infer.NET analyses how everything fits together and creates a schedule for doing inference on the model. The model can then be queried for marginal distributions.
| Namespace | Description |
|---|---|
| MicrosoftResearch.Infer | Infer.NET root namespace |
| MicrosoftResearch.Infer.Distributions | Infer.NET distributions |
| MicrosoftResearch.Infer.Distributions.Kernels | Infer.NET Gaussian Process kernels |
| MicrosoftResearch.Infer.Factors | Infer.NET factors and message operator methods |
| MicrosoftResearch.Infer.Maths | Infer.NET maths |
| MicrosoftResearch.Infer.Models | Infer.NET model description classes |