Enum Node.Kind
The Kind 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.Kind
Remarks
The Kind tag indicates whether a node has a discrete or continuous state space (or something else).
Fields
Name | Description |
---|---|
H_KIND_CONTINUOUS | This tag is used for continuous nodes. Continuous nodes represent random variables with Conditional Gaussian (CG) distributions. Only chance nodes can be continuous. |
H_KIND_DISCRETE | This tag is used for discrete nodes. Discrete nodes can assume values from a finite state space. Chance, decision, and function nodes can be discrete. |
H_KIND_OTHER | This tag is used for all other nodes. Utility, instance, and real-valued function nodes are included in this group. |