Class DiscreteFunctionNode
The DiscreteFunctionNode class. Base class for all discrete function nodes.
Inheritance
DiscreteFunctionNode
Implements
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public abstract class DiscreteFunctionNode : DiscreteNode, ICloneable
Remarks
The table of a DiscreteFunctionNode is not a conditional distribution given the parents (unlike the other discrete nodes). Instead, it is a marginal distribution which can be a function of the values of the parents (specified as a Model).
Methods
GetCategory()
Returns the Category of this Node
Declaration
public override Node.Category GetCategory()
Returns
| Type | Description |
|---|---|
| Node.Category |