Namespace BayesServer.Inference.Approximate.LikelihoodSampling
Classes
LikelihoodSamplingInference
An approximate probabilistic inference algorithm for Bayesian networks and Dynamic Bayesian networks, based on Likelihood Sampling.
LikelihoodSamplingInferenceFactory
Uses the factory design pattern to create inference related objects for the Likelihood Sampling algorithm. See IInferenceFactory for more details.
LikelihoodSamplingQueryOptions
Options that govern the calculations performed by BayesServer.Inference.IInference.Query.
LikelihoodSamplingQueryOutput
Returns any information, in addition to the IQueryDistributionCollection, that is requested from a BayesServer.Inference.IInference.Query. For example the LogLikelihood.