Class | Description |
---|---|
Evidence |
An object that stores weights for AC use by an
OnlineEngine . |
OnlineEngineMixed |
An OnlineEngine capable of answering repeated probabilistic queries for an
AC that has MIXED addition and maximization nodes, in addition to
multiplication nodes.
|
OnlineEngineMop |
An OnlineEngine capable of answering repeated max-of-product (MOP)
probabilistic queries efficiently.
|
OnlineEngineSop |
An OnlineEngine capable of answering repeated sum-of-product (SOP)
probabilistic queries efficiently.
|
Test |
An example of using the Ace evaluator API.
|
Exception | Description |
---|---|
UnderflowException |
An exception that evaluation and differentiation may throw when underflow
occurs.
|