Hugin .NET API Reference Library
GetTable Method
Namespaces > HAPI > Node > GetTable()
Returns the table associated with this Node.
Syntax
C#Visual BasicManaged C++
public Table GetTable ()
Public Function GetTable As Table
public:
Table^ GetTable ()
Return Value
A Table.
Remarks
Returns the table associated with this Node. If the node is a DiscreteChanceNode, the table is the conditional probability table for the node given its parents. If the node is a UtilityNode, the table represents a utility function of the parents of the node. The set of nodes associated with the table will be the (discrete) parents of the Node in unspecified order followed by the node itself.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)