Microsoft Research, Cambridge
System Object
MicrosoftResearch.Infer InferenceEngine
Namespace: MicrosoftResearch.Infer
Assembly: Infer.Compiler (in Infer.Compiler.dll) Version: 2.5.30417.0 (2.5.30417.0)
The Debug class may be used to get debug messages for the inference engine.
For example, use
to get debug information for when compiled models and marginals are re-used.
An inference engine, used to perform inference tasks in Infer.NET.
Inheritance Hierarchy
MicrosoftResearch.Infer InferenceEngine
Namespace: MicrosoftResearch.Infer
Assembly: Infer.Compiler (in Infer.Compiler.dll) Version: 2.5.30417.0 (2.5.30417.0)
Syntax
public class InferenceEngine : SettableTo<InferenceEngine>
Remarks
Debug.Listeners.Add(new TextWriterTraceListener(Console.Out));See Also