Infer.NET Documentation
ModelExpressions Property
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmModelExpressions
Microsoft Research, Cambridge
If the compiled algorithm was generated directly using the modelling API, this stores the model expressions used to generate it.
Declaration Syntax
C#Visual BasicVisual C++
public ICollection<IModelExpression> ModelExpressions { get; internal set; }
Public Property ModelExpressions As ICollection(Of IModelExpression)
public:
property ICollection<IModelExpression^>^ ModelExpressions {
	ICollection<IModelExpression^>^ get ();
	void set (ICollection<IModelExpression^>^ value);
}

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