Infer.NET Documentation
Model Class
Infer.NET code documentationMicrosoftResearch.Infer.ModelsModel
Microsoft Research, Cambridge
A model identifier used to manage SharedVariables.
Declaration Syntax
C#Visual BasicVisual C++
public class Model
Public Class Model
public ref class Model
Members
All MembersConstructorsMethodsFields



IconMemberDescription
Model(Int32)
Create a new model identifier to which SharedVariables can be registered.

BatchCount
The number of data batches that will be processed with this model.

InferShared(InferenceEngine, Int32)
Update all the SharedVariables registered with this model.

InferShared(CompiledAlgorithm, Int32)
Update all the SharedVariables registered with this model.

Name
Name of the model

Named(String)
Inline method for naming a shared variable model

SharedVariables
The set of SharedVariables registered with this model.

ToString()()()
ToString override
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
Model

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