Infer.NET Documentation
GetMessagePrototype Method (channelInfo, direction, marginalPrototypeExpression, path)
Infer.NET code documentationMicrosoftResearch.InferGibbsSamplingGetMessagePrototype(ChannelInfo, MessageDirection, IExpression, String)
Microsoft Research, Cambridge
Get the message prototype in the specified direction
Declaration Syntax
C#Visual BasicVisual C++
public override IExpression GetMessagePrototype(
	ChannelInfo channelInfo,
	MessageDirection direction,
	IExpression marginalPrototypeExpression,
	string path
)
Public Overrides Function GetMessagePrototype ( _
	channelInfo As ChannelInfo, _
	direction As MessageDirection, _
	marginalPrototypeExpression As IExpression, _
	path As String _
) As IExpression
public:
virtual IExpression^ GetMessagePrototype(
	ChannelInfo^ channelInfo, 
	MessageDirection direction, 
	IExpression^ marginalPrototypeExpression, 
	String^ path
) override
Parameters
channelInfo (ChannelInfo)
The channel information
direction (MessageDirection)
The direction
marginalPrototypeExpression (IExpression)
The marginal prototype expression
path (String)
Path name of message
Return Value
An expression for the method prototype

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