Enum TableExpressionNormalization
The type of normalization to apply to a table (if any) once an expression has generated the values.
Namespace: BayesServer
Assembly: BayesServer.dll
Syntax
public enum TableExpressionNormalization
Fields
Name | Description |
---|---|
None | No normalization. |
Normalize | Normalize, but do not adjust any zero sum configurations. |
NormalizeUnifyZeroSum | Normalize, and set any zero sum configurations to a uniform distribution. |