Function 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
D
 deleteColumn, DataSet
 deleteObject
 deleteRow, DataSet
 dispatch, Batch
 download
E
 enterCase, Domain
 enterFinding, Node
 enterValue, Node
 equilibriumIs
 evidenceIsEntered, Node
 evidenceIsPropagated
 evidenceModeIs
 evidenceToPropagate
 execute, Batch
F
 findMAPConfigurations, Domain
this.deleteColumn = function deleteColumn(column)
Deletes the specified column from this DataSet.
this.deleteObject = function deleteObject()
Deletes this Class, including all Node objects belonging to it.
this.deleteObject = function deleteObject()
Deletes this ClassCollection object, including all nested HUGIN objects belonging to it (e.g.
this.deleteObject = function deleteObject()
Deletes this DataSet.
this.deleteObject = function deleteObject()
Deletes this Domain, including all Node and JunctionTree objects belonging to it.
this.deleteObject = function deleteObject()
Deletes this Model.
this.deleteObject = function deleteObject()
Deletes this Node.
this.deleteObject = function deleteObject()
Deletes this RemoteObject (as well as all HUGIN objects in the RemoteObjects scope).
this.deleteObject = function deleteObject()
Deletes this Table.
this.deleteRow = function deleteRow(row)
Deletes the specified row from this DataSet.
this.dispatch = function dispatch(onSuccess,
onError)
Dispatch execution of queued up function calls in an asynchronously non-blocking fashion.
this.download = function download(filename)
Generate an URL for downloading this ClassCollection as a HKB file
this.download = function download(delimiter,
filename)
Generate an URL for downloading this DataSet as a CSV file
this.download = function download(filename)
Generate an URL for downloading this Domain as a HKB file
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.execute = function execute()
Execute the queued up function calls in a synchronously blocking fashion.
this.findMAPConfigurations = function findMAPConfigurations(nodes,
minprobability)
Finds all configurations of nodes with probability at least minprobability.
Close