Infer.NET Documentation
AlgorithmInstance Property
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmAlgorithmInstance
Microsoft Research, Cambridge
The instance of the generated inference class which is being wrapped by this CompiledAlgorithm.
Declaration Syntax
C#Visual BasicVisual C++
public IIterativeProcess AlgorithmInstance { get; }
Public ReadOnly Property AlgorithmInstance As IIterativeProcess
public:
property IIterativeProcess^ AlgorithmInstance {
	IIterativeProcess^ get ();
}

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)