Returns true if a value has been set for this continuous chance or discete node in case caseindex; otherwise, returns false.
this.caseIsSet = function caseIsSet( caseindex )
Check if evidence on CG nodes has been propagated.
this.cgEvidenceIsPropagated = function cgEvidenceIsPropagated()
Check if CG evidence has been propagated in this JunctionTree.
this.cgEvidenceIsPropagated = function cgEvidenceIsPropagated()
Commits any changes performed on the cache to the underlying Table.
this.commit = function()
Compiles this Domain.
this.compile = function compile()
Removes the zero entries from the clique and separator tables of the junction trees in this Domain.
this.compress = function compress()
Computes predictions for {numberOfTimePoints} time slices beyond the current time window.
this.computeDBNPredictions = function computeDBNPredictions()
Computes Bayes factor data for all (nonempty) subsets of evidence nodes up to the specified maximum size.
this.computeExplanationData = function computeExplanationData( x, Y, y, maxSubsetSize )
Computes “normalized likelihoods” for the specified hypothesis and all (nonempty) subsets of evidence nodes up to the specified maximum size.
this.computeExplanationData2 = function computeExplanationData2( x, maxSubsetSize )
Compute the probability of a given interval for the mixture distribution represented by this Table.
this.computeProbabilityOfInterval = function computeProbabilityOfInterval( x, y )
Computes the constants of the sensitivity functions for the specified output probabilities and all CPT parameters in the network.
this.computeSensitivityData = function computeSensitivityData( nodes, states )
Computes the constants of the sensitivity functions for the specified output probability and all CPT/policy parameters in the network.
this.computeSensitivityData = function computeSensitivityData( state )
Construct a new Bar.
this.constructBar = function constructBar( options )
Construct a new BeliefBar.
this.constructBeliefBar = function constructBeliefBar( node, state, options )
Construct a new BeliefLabel.
this.constructBeliefLabel = function constructBeliefLabel( node, state, options )
Construct a new BlockChart.
this.constructBlockChart = function constructBlockChart( options )
Construct a new ButtonInitialize.
this.constructButtonInitialize = function constructButtonInitialize( options )
Construct a new ButtonInput.
this.constructButtonInput = function constructButtonInput( options )
Construct a new ButtonPropagate.
this.constructButtonPropagate = function constructButtonPropagate( options )
Construct a new ColumnChart.
this.constructColumnChart = function constructColumnChart( options )
Construct a new ContinuousNodeTextInput.
this.constructContinuousNodeTextInput = function constructContinuousNodeTextInput( node, options )
Construct a new ExpectedUtilityLabel.
this.constructDiscreteExpectedUtilityLabel = function constructDiscreteExpectedUtilityLabel( discreteNode, state, options )
Construct a new ExpectedUtilityLabel.
this.constructExpectedUtilityLabel = function constructExpectedUtilityLabel( utilityNodeOrDomain, options )
Construct a new FunctionValueLabel.
this.constructFunctionValueLabel = function constructFunctionValueLabel( functionNode, options )
Construct a new HistogramBar.
this.constructHistogramBar = function constructHistogramBar( options )
Construct a new ImageLabel.
this.constructImageLabel = function constructImageLabel( options )
Construct a new LikelihoodTextInput.
this.constructLikelihoodTextInput = function constructLikelihoodTextInput( node, state, options )
Construct a new LineColumnChart.
this.constructLineColumnChart = function constructLineColumnChart( options )
Construct a new NumericNodeTextInput.
this.constructNumericNodeTextInput = function constructNumericNodeTextInput( node, options )
Construct a new OverlayPrimitives.
this.constructOverlayPrimitives = function constructOverlayPrimitives( options )
Construct a new PieChart.
this.constructPieChart = function constructPieChart( options )
Construct a new SelectOption.
this.constructSelectOption = function constructSelectOption( options )
Construct a new StateSelectOption.
this.constructStateSelectOption = function constructStateSelectOption( node, options )
Construct a new TableDataItemLabel.
this.constructTableDataItemLabel = function constructTableDataItemLabel( table, index, options )
Construct a new TableDataItemTextInput.
this.constructTableDataItemTextInput = function constructTableDataItemTextInput( table, index, options )
Construct a new TemporalBeliefBar.
this.constructTemporalBeliefBar = function constructBeliefBar( node, state, count, options )
Construct a new TextInput.
this.constructTextInput = function constructTextInput( options )
Construct a new TextLabel.
this.constructTextLabel = function constructTextLabel( options )
Creates a DBN runtime Domain from this Class.
this.createDBNDomain = function createDBNDomain( numberOfSlices )
Creates a flat runtime Domain from this Class.
this.createDomain = function createDomain()
Create a new TableCache for use in widgets that support editing and displaying node table data.
this.createTableCache = function createTableCache( table )
Constructs a temporal clone of this Node.
this.createTemporalClone = function createTemporalClone()
Deletes the specified column from this DataSet.
this.deleteColumn = function deleteColumn( column )
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.deleteObject = function deleteObject()
Deletes the specified row from this DataSet.
this.deleteRow = function deleteRow( row )
Dispatch execution of queued up function calls in an asynchronously non-blocking fashion.
this.dispatch = function dispatch( onSuccess, onError )
Generate an URL for downloading this ClassCollection as a HKB file
this.download = function download( filename )
Generate an URL for downloading this DataSet as a CSV file
this.download = function download( delimiter, filename )
Generate an URL for downloading this Domain as a HKB file
this.download = function download( filename )