Enum NodeDistributionKind
The kind of distribution, such as a standard Probability or Experience table.
Namespace: BayesServer
Assembly: BayesServer.dll
Syntax
public enum NodeDistributionKind
Fields
Name | Description |
---|---|
Experience | A distribution which contains experience for the node, used in online learning. |
Fading | A table which contains fading values used in online learning. A value of 1 in the table represents no fading. |
Probability | The standard kind of probability distribution found in Bayesian networks. |