Interface specifying the required methods and properties for a probability distribution. For example the Table class implements this interface.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public interface IDistribution |
| Visual Basic (Declaration) |
|---|
Public Interface IDistribution |
| Visual C++ |
|---|
public interface class IDistribution |
Remarks
While a distribution is assigned to a Node it cannot be modified.
