Infer.NET Documentation
Update Method (numberOfIterations)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmUpdate(Int32)
Microsoft Research, Cambridge
Iterates the inference algorithm for a fixed number of iterations (with no initialisation).
Declaration Syntax
C#Visual BasicVisual C++
public void Update(
	int numberOfIterations
)
Public Sub Update ( _
	numberOfIterations As Integer _
)
public:
void Update(
	int numberOfIterations
)
Parameters
numberOfIterations (Int32)

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