Author Topic: Expression for Noisy Or  (Read 8255 times)

Offline pibar

  • Newbie
  • *
  • Posts: 5
    • View Profile
Expression for Noisy Or
« on: September 06, 2016, 17:55:31 »
Hi,
We are trying to construct a model using Noisy-Or expression in the Hugin API for C#. There exist a class called NoisyOrDistribution but we have trouble constructing an expression for NoisyOr. The documentation includes expressions for AddExpression but not for NoisyOr.

Can someone give us a hint?

Regards
Pibar


Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: Expression for Noisy Or
« Reply #1 on: September 07, 2016, 21:28:03 »
The NoisyOR operator is described in section 6.7.2 of the Hugin API Reference Manual (the "api-manual.pdf" file).

I hope this helps.

Frank