1
HUGIN GUI Discussion / Re: Check the results of an expression
« on: April 03, 2010, 11:34:56 »
Hi!
Ok, i get it! Thx for the explanation.
Br,
Szabolcs
Ok, i get it! Thx for the explanation.
Br,
Szabolcs
Welcome the HUGIN Forum!
HUGIN is a tool for probabilistic graphical models.
We hope you enjoy using our forum.
Thanks!
HUGIN Expert A/S
Registration and Spam Robots
We have disabled the automatic member registration function due to the increasing number of spam-robot member registrations.
How To Create a Member Account
Simply send an email with your user name to forum (at) hugin (dot) com, and we will create a member account for you.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
potential (C | B A)
{
model_nodes = ();
model_data = ( A + B );
data
= ((( 1 0 0 0 0 ) % B=0 A=0
( 0 1 0 0 0 ) % B=0 A=1
( 0 0 1 0 0 )) % B=0 A=2
(( 0 1 0 0 0 ) % B=1 A=0
( 0 0 1 0 0 ) % B=1 A=1
( 0 0 0 1 0 )) % B=1 A=2
(( 0 0 1 0 0 ) % B=2 A=0
( 0 0 0 1 0 ) % B=2 A=1
( 0 0 0 0 1 ))); % B=2 A=2
}
/** The infinity value used by Hugin
@return infinity, represented as a double
*/
double INFINITY () const;
#endif /* _WIN32 */
#endif /* H_DLL */
#ifdef INFINITY
#undef INFINITY
#endif
#include <string>
#include <vector>
H_DLL bool evidenceModeIs (EvidenceMode em) const;
H_DLL void propagate (Equilibrium eq = H_EQUILIBRIUM_SUM,
EvidenceMode em = H_MODE_NORMAL);