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

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