An attribute that can be applied to classes implementing IInferenceFactory. It provides additional information about the inference algorithm.

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

Syntax

C#
public sealed class InferenceFactoryAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class InferenceFactoryAttribute _
	Inherits Attribute
Visual C++
public ref class InferenceFactoryAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    BayesServer.Inference..::.InferenceFactoryAttribute

See Also