Infer.NET Documentation
SetObservedValue Method (par, resetModel)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmSetObservedValue(Variable, Boolean)
Microsoft Research, Cambridge
Sets the specified observed value.
Declaration Syntax
C#Visual BasicVisual C++
public bool SetObservedValue(
	Variable par,
	bool resetModel
)
Public Function SetObservedValue ( _
	par As Variable, _
	resetModel As Boolean _
) As Boolean
public:
bool SetObservedValue(
	Variable^ par, 
	bool resetModel
)
Parameters
par (Variable)
resetModel (Boolean)

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