Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 enterCase, Domain
 enterFinding, Node
 enterValue, Node
 equilibriumIs
 evidenceIsEntered, Node
 evidenceIsPropagated
 evidenceModeIs
 evidenceToPropagate
 Examples
 execute, Batch
 ExpectedUtilityLabel
F
 findMAPConfigurations, Domain
 Functions
 FunctionValueLabel
this.enterCase = function enterCase(index)
Enters a case as evidence.
this.enterFinding = function enterFinding(state,
finding)
Specifies a finding value for a given state with all other states unaffected.
this.enterValue = function enterValue(value)
Enters evidence (observation of the value) for this continuous chance node.
this.equilibriumIs = function equilibriumIs(equilibrium)
Tests the Equilibrium type.
this.equilibriumIs = function equilibriumIs(equilibrium)
Tests the Equilibrium type.
this.evidenceIsEntered = function evidenceIsEntered()
Test if the evidence potential, currently registered with this Node, is non-vacuous.
this.evidenceIsPropagated = function evidenceIsPropagated()
Tests if evidence has been propagated for this Domain.
this.evidenceIsPropagated = function evidenceIsPropagated()
Tests if evidence has been propagated for this JunctionTree.
this.evidenceIsPropagated = function evidenceIsPropagated()
Returns true if the evidence potential for this Node, incorporated within the current junction tree potentials, is non-vacuous; otherwise, returns false.
this.evidenceModeIs = function evidenceModeIs(mode)
Tests for evidence mode.
this.evidenceModeIs = function evidenceModeIs(mode)
Tests the EvidenceMode.
this.evidenceToPropagate = function evidenceToPropagate()
Tests if evidence has been entered since the last propagation.
this.evidenceToPropagate = function evidenceToPropagate()
Tests if evidence has been entered since the last propagation.
this.evidenceToPropagate = function evidenceToPropagate()
Returns true if the entered and the propagated evidence differ; otherwise, returns false.
This page contains coding examples for using the HUGIN Web Service API from C# and Java programs and PHP scripting, as well as examples for using the JavaScript for HUGIN Web Service API and the HUGIN Widgets Library from a web browser.
this.execute = function execute()
Execute the queued up function calls in a synchronously blocking fashion.
An ExpectedUtilityLabel display the expected utility for a specific discrete Node state, a utility Node or a Domain on the web page.
this.findMAPConfigurations = function findMAPConfigurations(nodes,
minprobability)
Finds all configurations of nodes with probability at least minprobability.
A FunctionValueLabel display the value of a function Node on the web page.
Close