S | |
save | |
saveCase, Domain | |
saveCases, Domain | |
saveToMemory, Domain | |
seedRandom, Domain | |
selectIndex, SelectOption | |
selectState, Node | |
setAllDataItems, Table | |
setAlpha, Node | |
setAttribute | |
setBackground | |
setBarcolor, Bar | |
setBarCornerRadius | |
setBeta, Node | |
setCallback, ActionWidget | |
setCaseCount, Domain | |
setCaseState, Node | |
setCaseValue, Node | |
setColumnName, DataSet | |
setData | |
setDataItem | |
setDataPointColors, DiscreteChart | |
setDataPointLabels, DiscreteChart | |
setDataPointValues, DiscreteChart | |
setDrawDot, LineColumnChart | |
setDrawGrid, ColumnChart | |
setEdgeColor | |
setEdgeConstraint, Node | |
setEdgeThickness | |
setEnabled | |
setExpression, Model | |
setExtraDataPointColors, LineColumnChart | |
setExtraDataPointLabels, LineColumnChart | |
setExtraDataPointValues, LineColumnChart | |
setExtraPlotLineColor, LineColumnChart | |
setFont | |
setGamma, Node | |
setGraphicPrimitives, OverlayPrimitives | |
setHeight, ImageLabel | |
setLabel, Node | |
setLabels, DiscreteChart | |
setLabels2, ColumnChart | |
setLineColor, DiscreteChart | |
setLineWidth, DiscreteChart | |
setLogLikelihoodTolerance, Domain | |
setMaxNumberOfEMIterations, Domain | |
setMaxNumberOfSeparators, Domain | |
setMaxValue, ColumnChart | |
setName | |
setNumberOfCases, Domain | |
setNumberOfSamplesPerInterval, Model | |
setNumberOfStates, Node | |
setPlotLineColor, LineColumnChart | |
setPointColors, HistogramBar | |
setPoints, HistogramBar | |
setPosition, Node | |
setScale | |
setSignificanceLevel, Domain | |
setStateLabel, Node | |
setStateValue, Node | |
setText | |
setTextColor | |
setUpdateFunction, CustomWidget | |
setValue, Node | |
setWidth, ImageLabel | |
showImage, ImageLabel | |
simulate, Domain | |
switchParent, Node |
Submits this ClassCollection in the form of a HKB file to the service located at a target URL.
this.save = function save( url, method )
Submits this DataSet in the form of a CSV file to the service located at a target URL.
this.save = function save( url, method, delimiter )
Submits this Domain in the form of a HKB file to the service located at a target URL.
this.save = function save( url, method )
Submits all evidence entered in this Domain to the service located at a target URL.
this.saveCase = function saveCase( url, method )
Submits all cases in this Domain to the service located at a target URL.
this.saveCases = function saveCases( url, method, nodes, cases, caseCounts, separator, missingData )
Creates a copy in memory of the belief and junction tree tables of this Domain.
this.saveToMemory = function saveToMemory()
Seeds the pseudo-random number generator for this Domain.
this.seedRandom = function seedRandom( seed )
Change the selected option of this SelectOption.
this.selectIndex = function selectIndex( index )
Selects the specified state of this Node.
this.selectState = function selectState( state )
Sets all data items of the discrete data of this Table.
this.setAllDataItems = function setAllDataItems( value )
Sets the alpha component of the CG distribution of this continuous chance Node given the discrete parent configuration corresponding to i.
this.setAlpha = function setAlpha( alpha, i )
Inserts the key/value pair in the attribute list for this NetworkModel.
this.setAttribute = function setAttribute( key, value )
Sets a value for a particular attribute in the attribute list for this Node.
this.setAttribute = function setAttribute( key, value )
Set the background color of this Bar.
this.setBackground = function setBackground( background )
Set the background color of this HistogramBar.
this.setBackground = function setBackground( background )
Set the background color of this DiscreteChart.
chart.setBackground = function setBackground( background )
set the radius in pixels for rounding corners on the bar of this Bar.
this.setBarCornerRadius = function setBarCornerRadius( bar_corner_radius )
set the radius in pixels for rounding corners on the bar of this HistogramBar.
this.setBarCornerRadius = function setBarCornerRadius( bar_corner_radius )
Sets the beta component of the CG distribution of this continuous chance node given a continuous parent and the discrete parent configuration corresponding to i.
this.setBeta = function setBeta( beta, parent, i )
Supply a custom function that is invoked each time the user performs an action on the widget ActionWidget.
owner.setCallback = function setCallback( callbackFunction )
Sets case count for a case.
this.setCaseCount = function setCaseCount( caseindex, count )
Sets the state of this discrete node to state in case c.
this.setCaseState = function setCaseState( c, state )
Sets the value of this continuous chance node to value in case c.
this.setCaseValue = function setCaseValue( c, value )
Sets the name of the specified column of this DataSet.
this.setColumnName = function setColumnName( column, name )
Sets a region of the discrete data of this Table.
this.setData = function setData( data, startIndex, count )
Sets a region of the discrete data of this TableCache.
this.setData = function( data, startIndex, count )
Sets (or deletes) the data item at the specified location of this DataSet.
this.setDataItem = function setDataItem( row, column, data )
Sets a specific data item of the discrete data of this Table.
this.setDataItem = function setDataItem( index, value )
Sets a specific data item of the discrete data of this TableCache.
this.setDataItem = function( index, value )
Set the color of each data point of this DiscreteChart.
chart.setDataPointColors = function setDataPointColors( colors )
Set the label for each data point of this DiscreteChart.
chart.setDataPointLabels = function setDataPointLabels( labels )
Set the data point values of this DiscreteChart.
chart.setDataPointValues = function setDataPointValues( values )
Whether to paint a square dot at each data point or not.
chart.setDrawDot = function setDrawDot( enable )
Whether to draw a grid on the chart.
chart.setDrawGrid = function setDrawGrid( enable )
Set the color to use for drawing the line edge around the bar of this Bar.
this.setEdgeColor = function setEdgeColor( edge_color )
Set the color to use for drawing the line edge around the bar of this HistogramBar.
this.setEdgeColor = function setEdgeColor( edge_color )
Sets a constraint between this Node and another Node.
this.setEdgeConstraint = function setEdgeConstraint( node, constraint )
Set the thickness in pixels of the line edge around the bar of this Bar.
this.setEdgeThickness = function setEdgeThickness( edge_thickness )
Set the thickness in pixels of the line edge around the bar of this HistogramBar.
this.setEdgeThickness = function setEdgeThickness( edge_thickness )
Set whether this ButtonInput accepts user input.
this.setEnabled = function setEnabled( enable )
Set whether this SelectOption accepts user input.
this.setEnabled = function setEnabled( enable )
Set whether this TextInput accepts user input.
this.setEnabled = function setEnabled( enable )
Associates an expression (specified as a string) with a specific configuration of the Nodes of this Model.
this.setExpression = function setExpression( index, expression )
Set the color of each data point on an additional line of this LineColumnChart.
chart.setExtraDataPointColors = function setExtraDataPointColors( line, colors )
Set the label for each data point on an additional line of this LineColumnChart.
chart.setExtraDataPointLabels = function setExtraDataPointLabels( line, labels )
Set data point values of this LineColumnChart for additional lines.
chart.setExtraDataPointValues = function setExtraDataPointValues( line, values )
Set the color of the line that connects each data point on an additional line of this LineColumnChart.
chart.setExtraPlotLineColor = function setExtraPlotLineColor( line, color )
Set the font and font size to use when rendering a text string.
this.setFont = function setFont( font )
Set the font and font size to use when rendering a text string.
chart.setFont = function setFont( font )
Sets the gamma component of the CG distribution of this continuous chance Node given the discrete parent configuration corresponding to i.
this.setGamma = function setGamma( gamma, i )
Set a list of graphic primitives to be rendered on top of chart.
chart.setGraphicPrimitives = function setGraphicPrimitives( graphic_primitives )
force the height of the images in this ImageLabel.
this.setHeight = function setHeight( height )
Sets the label of this Node.
this.setLabel = function setLabel( label )
Set the axis labels of this DiscreteChart.
chart.setLabels = function setLabels( labels )
Set the secondary axis labels of this ColumnChart.
chart.setLabels2 = function setLabels2( labels )
Set the color used for lines when drawing this DiscreteChart.
chart.setLineColor = function setLineColor( line_color )
Set the width in pixels used for drawing various lines.
chart.setLineWidth = function setLineWidth( line_width )
Sets the log-likelihood tolerance for this Domain.
this.setLogLikelihoodTolerance = function setLogLikelihoodTolerance( tolerance )
Sets the maximum number of iterations allowed for the EM algorithm.
this.setMaxNumberOfEMIterations = function setMaxNumberOfEMIterations( maxnumber )
Sets the maximum number of separators allowed when using the HAPI.H_TM_TOTAL_WEIGHT triangulation method.
this.setMaxNumberOfSeparators = function setMaxNumberOfSeparators( maxnumber )
Set the maximal value used for scaling data_point_values columns.
chart.setMaxValue = function setMaxValue( max_value )
Sets the name of this Class.
this.setName = function setName( name )
Sets the name of this Node.
this.setName = function setName( name )
Sets the number of cases.
this.setNumberOfCases = function setNumberOfCases( size )
Sets the number of values taken within each bounded interval of an interval parent when generating the conditional probability table for a node with interval parents.
this.setNumberOfSamplesPerInterval = function setNumberOfSamplesPerInterval( count )
Sets the number of states of this node.
this.setNumberOfStates = function setNumberOfStates( stateCount )
Set the color of the line that connects each data point of this LineColumnChart.
chart.setPlotLineColor = function setPlotLineColor( plot_line_color )
Set the individual colors of the the columns of this HistogramBar.
this.setPointColors = function setPointColors( colors )
Set the extend of the columns of this HistogramBar.
this.setPoints = function setPoints( points )
Sets the position of this Node.
this.setPosition = function setPosition( X, Y )
Set the extend of the bar of this Bar.
this.setScale = function setScale( scale )
Scaling the size of the circle relative to the widget bounds.
chart.setScale = function setScale( scale )
Sets the significance level of the dependency tests performed during structure learning using the PC-algorithm.
this.setSignificanceLevel = function setSignificanceLevel( alpha )
Sets the label of the specified state.
this.setStateLabel = function setStateLabel( state, newLabel )
Sets the value associated with a particular state of this numbered node or the low value of the interval associated with a particular state of this interval node.
this.setStateValue = function setStateValue( state, value )
Set the text to overlay the bar.
this.setText = function setText( text )
Set the button text for this ButtonInput.
this.setText = function setText( text )
Set the contents of this TextInput.
this.setText = function setText( text )
Set the text to be display by this TextLabel.
this.setText = function setText( text )
Set the color of the overlay text of this Bar.
this.setTextColor = function setTextColor( text_color )
Set the color of the text of this DiscreteChart.
chart.setTextColor = function setTextColor( text_color )
Register a custom update function
owner.setUpdateFunction = function setUpdateFunction( updateFunction )
Sets the function associated with this function node to a number value.
this.setValue = function setValue( value )
force the width of the images in this ImageLabel.
this.setWidth = function setWidth( width )
display a particular image based on index.
this.showImage = function showImage( imageNumber )
Generates a sample configuration from the joint distribution represented by this Domain.
this.simulate = function simulate()
Replace the given parent node with the new node.
this.switchParent = function switchParent( oldParent, newParent )