Infer.NET Documentation
Infer.NET code documentation
Infer.NET code documentation
Microsoft Research, Cambridge
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.
Namespaces
NamespaceDescription
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