Infer.NET Documentation
GetEvidenceMethodName Method (factorAttributes)
Infer.NET code documentationMicrosoftResearch.InferGibbsSamplingGetEvidenceMethodName(List<(Of <(Object>)>))
Microsoft Research, Cambridge
Gets the suffix for Gibbs Sampling evidence method Evidence is not supported or supportable for Gibbs. The message update methods are marked as unsupported so that an appropriate error message is generated by the model compiler
Declaration Syntax
C#Visual BasicVisual C++
public override string GetEvidenceMethodName(
	List<Object> factorAttributes
)
Public Overrides Function GetEvidenceMethodName ( _
	factorAttributes As List(Of Object) _
) As String
public:
virtual String^ GetEvidenceMethodName(
	List<Object^>^ factorAttributes
) override
Parameters
factorAttributes (List<(Of <(Object>)>))
Return Value

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