Gets the Table which specifies the distribution over any discrete variables.

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

Syntax

C#
public Table Table { get; }
Visual Basic (Declaration)
Public ReadOnly Property Table As Table
Visual C++
public:
virtual property Table^ Table {
	Table^ get () sealed;
}

Field Value

The table.

Implements

IDistribution..::.Table

See Also