Enum InterventionType
Determines whether evidence is an intervention (do operator) or not.
Namespace: BayesServer.Inference
Assembly: BayesServer.Inference.dll
Syntax
public enum InterventionType
Fields
Name | Description |
---|---|
Do | An intervention (do-operator) |
None | Standard evidence |
NotApplicable | Does not apply. For example a temporal variable, when the time is not specified. |