Enum Node.Category
The Category class represents a classification of the Nodes of Classes and Domains.
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public enum Node.Category
Remarks
The Category tag indicates the main type of a Node (i.e., whether it is a chance node, a decision node, a utility node, a function node, or an instance node).
Fields
Name | Description |
---|---|
H_CATEGORY_CHANCE | The category of chance nodes. Chance nodes represent random variables in belief networks and influence diagrams. |
H_CATEGORY_DECISION | The category of decision nodes. Decision nodes represent decisions in influence diagrams. |
H_CATEGORY_FUNCTION | The category of function nodes. A function node represents either a single real value (a real-valued function node) or a discrete marginal distribution (a discrete function node). |
H_CATEGORY_INSTANCE | The category of instance nodes. Instance nodes represent instances of classes in OOBN models. |
H_CATEGORY_UTILITY | The category of utility nodes. Utility nodes represent utility functions in influence diagrams. |