Infer.NET Documentation
SharedVariableArray<(Of <(DomainType>)>) Interface
Infer.NET code documentationMicrosoftResearch.Infer.ModelsSharedVariableArray<(Of <(DomainType>)>)
Microsoft Research, Cambridge
Interface for flat 1D shared variable arrays
Declaration Syntax
C#Visual BasicVisual C++
public interface SharedVariableArray<DomainType> : ISharedVariable
Public Interface SharedVariableArray(Of DomainType) _
	Implements ISharedVariable
generic<typename DomainType>
public interface class SharedVariableArray : ISharedVariable
Generic Template Parameters
DomainType
Domain type of the variable
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)