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
T
 Table
 TableCache
 TableDataItemLabel
 TableDataItemTextInput
 TableResource
 tablesToPropagate
 TemporalBeliefBar
 TextInput
 TextLabel
 triangulate, Domain
 triangulateDBN, Domain
 triangulateDBNForBK, Domain
U
 uncompile, Domain
 unsetCase, Node
 updateAllWidgets, HuginWidgetManager
 updatePolicies, Domain
Hugin uses Tables for representing the conditional probability and utility potentials of individual Nodes, the probability and utility potentials on separators and Cliques of JunctionTrees, evidence potentials, etc.
A class that maintains a cache over Table data items, used by widgets that support editing and displaying node table data.
A TableDataItemLabel display the value found at a specific index in TableCache on the web page.
A TableDataItemTextInput presents a widget on the web page for modifying the value found at a specific index in TableCache.
Hugin uses tables for representing the conditional probability and utility potentials of individual nodes, the probability and utility potentials on separators and cliques of junction trees, evidence potentials, etc.
this.tablesToPropagate = function tablesToPropagate()
Tests for new node tables.
this.tablesToPropagate = function tablesToPropagate()
Tests if this JunctionTree contains updated tables that have not been propagated.
A TemporalBeliefBar displays the beliefs in a number of DBN time slices for a specific discrete Node state on the web page.
A TextInput presents an editable text field on the webpage.
A TextLabel displays a string of characters on the web page.
this.triangulate = function triangulate()
Triangulates the graph of this Domain using the default triangulation method.
this.triangulateDBN = function triangulateDBN(tm)
Triangulates a Domain produced by Class.createDBNDomain such that Domain.moveDBNWindow can be used.
this.triangulateDBNForBK = function triangulateDBNForBK(tm)
Triangulates a Domain produced by Class.createDBNDomain such that Domain.moveDBNWindow can be used.
this.uncompile = function uncompile()
Uncompiles this Domain.
this.unsetCase = function unsetCase(caseindex)
Specifies that the value of this continuous chance or discrete node is “unknown” for case caseindex.
this.updateAllWidgets = function updateAllWidgets()
Invokes the update function for all widgets registerred under this HuginWidgetManager.
this.updatePolicies = function updatePolicies()
Updates the policy tables of the domain.
Close