Namespace Microsoft.ML.Probabilistic
Classes
Communicator
Communicator.TimingInfo
CommunicatorBase
InferRuntimeException
The exception that is thrown in the case of an issue encountered by the Infer.NET Runtime.
MessageUpdatedEventArgs
Provides information about a message that has just been updated, in the course of executing an inference algorithm.
ProgressChangedEventArgs
Provides information about the progress of the inference algorithm, as it is being executed.
QueryType
Type of inference query
QueryTypes
Static query types
ThreadCommunicator
A mimic of the Communicator class in MPI.NET, that uses local threads only.
ThreadCommunicator.ReceiveRequest<T>
ThreadCommunicator.Request
ThreadCommunicator.SharedState
Shared state for threads using ThreadCommunicator.
Interfaces
ICommunicator
ICommunicatorRequest
IGeneratedAlgorithm
Interface for running a generated inference algorithm
Delegates
MessageUpdatedEventHandler
Delegate for handlers of message updated events.