Infer.NET Documentation
ISharedVariableArray<(Of <(ItemType, ArrayType>)>) Interface
Infer.NET code documentationMicrosoftResearch.Infer.ModelsISharedVariableArray<(Of <(ItemType, ArrayType>)>)
Microsoft Research, Cambridge
Interface for jagged 1D shared variable arrays
Declaration Syntax
C#Visual BasicVisual C++
public interface ISharedVariableArray<ItemType, ArrayType> : ISharedVariable
where ItemType : Variable, ICloneable, SettableTo<TItem>
Public Interface ISharedVariableArray(Of ItemType As {Variable, ICloneable, SettableTo(Of TItem)}, ArrayType) _
	Implements ISharedVariable
generic<typename ItemType, typename ArrayType>
where ItemType : Variable, ICloneable, SettableTo<TItem>
public interface class ISharedVariableArray : ISharedVariable
Generic Template Parameters
ItemType
Variable type of an item
ArrayType
Domain type of the array
Members
All MembersMethods



IconMemberDescription
GetCopyFor(Model)
Get a copy of the variable array for the specified model

Marginal<(Of <(DistributionType>)>)()()()
Gets the marginal

Named(String)
Inline method to name shared variable arrays

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