Uses the factory design pattern to create inference related objects for inference algorithms.

Namespace:  BayesServer.Inference
Assembly:  BayesServer.Inference (in BayesServer.Inference.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public interface IInferenceFactory
Visual Basic (Declaration)
Public Interface IInferenceFactory
Visual C++
public interface class IInferenceFactory

Remarks

An inference algorithm provides an implementation of this factory, which creates objects specific to that algorithm.

Examples

For an example see Network.

See Also