Infer.NET Documentation
GetMessagePrototype Method (channelInfo, direction, marginalPrototypeExpression, path)
Infer.NET code documentationMicrosoftResearch.InferAlgorithmBaseGetMessagePrototype(ChannelInfo, MessageDirection, IExpression, String)
Microsoft Research, Cambridge
Get the message prototype for this algorithm in the specified direction
Declaration Syntax
C#Visual BasicVisual C++
public virtual IExpression GetMessagePrototype(
	ChannelInfo channelInfo,
	MessageDirection direction,
	IExpression marginalPrototypeExpression,
	string path
)
Public Overridable 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
)
Parameters
channelInfo (ChannelInfo)
The channel information
direction (MessageDirection)
The direction
marginalPrototypeExpression (IExpression)
The marginal prototype expression
path (String)
Return Value

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