Infer.NET Documentation
DerivedVariable Class
Infer.NET code documentationMicrosoftResearch.InferDerivedVariable
Microsoft Research, Cambridge
For expert use only! When sharing a variable between multiple models (e.g. using SharedVariable) you can add this attribute to have the variable be treated as a derived variable, even if it is not derived in the submodel where it appears.
Declaration Syntax
C#Visual BasicVisual C++
public class DerivedVariable : Attribute
Public Class DerivedVariable _
	Inherits Attribute
public ref class DerivedVariable : public Attribute
Members
All MembersConstructors



IconMemberDescription
DerivedVariable()()()
Inheritance Hierarchy
Object
Attribute
 DerivedVariable

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