Infer.NET Documentation
SetAllParameters Method (varValues)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmSetAllParameters(array<Object>[]()[])
Microsoft Research, Cambridge
Sets all observed variables in the order they were declared in the model.
Declaration Syntax
C#Visual BasicVisual C++
public void SetAllParameters(
	params Object[] varValues
)
Public Sub SetAllParameters ( _
	ParamArray varValues As Object() _
)
public:
void SetAllParameters(
	... array<Object^>^ varValues
)
Parameters
varValues (array< Object >[]()[])
The observed values to set.

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