A B C D E F G H I L M N O P Q R S T U V W X

A

absorb(NodeList) - Method in class norsys.netica.Net
node:  absorbingabsorbing nodeslink:  automatically addedremove nodesumming out a variablemaxing out a variableAbsorbs the passed nodes, so that they are removed from the net, but the net's overall joint probability distribution for the remaining nodes is unchanged.
addCases(Streamer, double) - Method in class norsys.netica.Caseset
Caseset:  adding case file toStreamer:  adding to case-setIndicates that all the cases within inStream should be added to this Caseset.
addLink(Node) - Method in class norsys.netica.Node
link:  addingadd parentparent nodes:  adding toAdds a link from parentNode to this node, and returns the index of the added link.
addListener(NeticaListener) - Method in class norsys.netica.General
Adds the given listener to this object's list of listeners.
addListenerToAllComponents(EventListener) - Method in class norsys.netica.gui.NodePanel
 
addListenerToAllComponents(EventListener) - Method in interface norsys.netica.gui.RecursingEventListener
Add the given EventListener to this object and, if it is a Container, to all RecursingEventListeners it contains.
addListenerToAllComponents(EventListener) - Method in class norsys.netica.gui.NetPanel
 
addStates(int, String, int, double) - Method in class norsys.netica.Node
node:  modifying statesstates:  adding Adds one or more states to this node, inserting them into the existing states.

B

BELIEF_UPDATE - Static variable in class norsys.netica.Net
BELIEF_UPDATEA form of autoUpdate.

C

calcState() - Method in class norsys.netica.Node
UNDEF_STATEnode:  inferencedeterministic updatingequation:  evaluatingReturns the discrete finding entered for this node if one has been entered, or the state calculated from its neighbors if that can be done deterministically (e.g., by equation or function table), or else UNDEF_STATE.
calcValue() - Method in class norsys.netica.Node
UNDEF_DBLnode:  inferencedeterministic updatingequation:  evaluatingReturns the real-valued finding entered for this node if one has been entered, or the real value calculated from its neighbors if that can be done deterministically (e.g., by equation or function table), or else UNDEF_DBL.
Caseset - class norsys.netica.Caseset.
A collection of cases.
Caseset() - Constructor for class norsys.netica.Caseset
Creates and returns a new Caseset, initially containing no cases, in the default environment.
Caseset(Environ) - Constructor for class norsys.netica.Caseset
Caseset:  creatingCreates and returns a new Caseset, initially containing no cases.
clear() - Method in class norsys.netica.Value
Removes all the information kept regarding this value.
close() - Method in class norsys.netica.Streamer
Deprecated. use finalize instead.
compile() - Method in class norsys.netica.Net
junction tree:  creatingbelief updating:  preparing fornet:  compilingcompile netlink:  automatically addedCompiles this net for fast belief updating (i.e., junction tree propagation).
COMPLETE_CHECK - Static variable in class norsys.netica.Environ
COMPLETE_CHECKThe most thorough argument checking level; use only for debugging.
CONSTANT_NODE - Static variable in class norsys.netica.Node
CONSTANT_NODEThe value of this node is considered unchanging until the net is rebuilt.
CONTINUOUS_TYPE - Static variable in class norsys.netica.Node
CONTINUOUS_TYPENode is for a continuous (analog) variable.
continuousInfoJLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBars
For continuous Nature nodes only, this is the label at the bottom of the display giving the real value of the node (see calcValue ).
continuousInfoJLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBar
For continuous Nature nodes only, this is the label at the bottom of the display giving the real value of the node (see calcValue ).
copyNodes(NodeList) - Method in class norsys.netica.Net
net:  transfering nodesdisconnected link:  creatingcopy nodes or netnode:  duplicatingDuplicates the nodes in nodeList, and puts the duplicates in this net.
COUNTING_LEARNING - Static variable in class norsys.netica.Learner
COUNTING_LEARNINGIndicates the case counting learning algorithm.
CREATE_EVENT - Static variable in class norsys.netica.NeticaEvent
CREATE_EVENTNot currently implemented.
createNodePanel(Node, int) - Static method in class norsys.netica.gui.NodePanel
Returns a NodePanel associated with node, of the given style.

D

DatabaseManager - class norsys.netica.DatabaseManager.
A resource for connecting to a database and importing case data or exporting findings to that database.
DatabaseManager(String, boolean, Environ) - Constructor for class norsys.netica.DatabaseManager
database:  connecting toODBC connection stringSQL connection stringconnection string for DBdatabase connectivityDatabaseManager:  creatingDatabaseManager:  in useDatabaseManager:  in useexecSql:  in useCreates and returns a new DatabaseManager object, which manages all interaction with a database.
DataDisplayer - interface norsys.netica.gui.DataDisplayer.
An interface that any object that displays Netica data should implement.
DECISION_NODE - Static variable in class norsys.netica.Node
DECISION_NODEThis node is for a variable that can be controlled by the agent (the "decision" node of an influence diagram).
defaultBackgroundColor - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The background color of this panel upon construction.
defaultBackgroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The background color of this panel upon construction.
defaultBackgroundColor - Static variable in class norsys.netica.gui.NetPanel
The background color of this NetPanel upon construction.
defaultBackgroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The background color of this panel upon construction.
defaultBackgroundColor - Static variable in class norsys.netica.gui.NodePanel_Text
The background color of this panel upon construction.
defaultBackgroundColor - Static variable in class norsys.netica.gui.NodePanel_Circle
The background color of this panel upon construction.
defaultBackgroundColor_ConstantNode - Static variable in class norsys.netica.gui.NodePanel
Background Color for newly constructed Constant nodes.
defaultBackgroundColor_DecisionNode - Static variable in class norsys.netica.gui.NodePanel
Background Color for newly constructed Decision nodes.
defaultBackgroundColor_NatureNode - Static variable in class norsys.netica.gui.NodePanel
Background Color for newly constructed Nature nodes.
defaultBackgroundColor_UtilityNode - Static variable in class norsys.netica.gui.NodePanel
Background Color for newly constructed Utility nodes.
defaultBbBarAreaColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The color of the belief bar region.
defaultBbBarAreaWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
Width in pixels of the belief bar region.
defaultBbBarColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The color of the belief bars.
defaultBbBarHeight - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
Height in pixels of the belief bars.
defaultBbBarHeight - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
Height in pixels of the belief bars.
defaultBbBarsAreaColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The color of the belief bar region.
defaultBbBarsAreaWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
Width in pixels of the belief bars region.
defaultBbBarsColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The color of the belief bars.
defaultBbItemHeight - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
Height in pixels of each belief bar row.
defaultBbItemHeight - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
Height in pixels of each belief bar row.
defaultBorder - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The javax.swing.border.Border surrounding the text.
defaultBorder - Static variable in class norsys.netica.gui.NodePanel_Text
The javax.swing.border.Border surrounding the text.
defaultBorderColor - Static variable in class norsys.netica.gui.NodePanel
The color of any border displayed by this panel upon construction.
defaultBorderColor - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The color of any border displayed by this panel.
defaultBorderColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The color of the border displayed by this panel upon construction.
defaultBorderColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The color of the border displayed by this panel upon construction.
defaultBorderColor - Static variable in class norsys.netica.gui.NodePanel_Circle
The color of the border displayed by this panel upon construction.
defaultFont - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The Font used for displaying the text in this panel.
defaultFont - Static variable in class norsys.netica.gui.NodePanel_BeliefBarsRow
The Font used for displaying the text in this panel.
defaultFont - Static variable in class norsys.netica.gui.NodePanel_BeliefBarRow
The Font used for displaying the text in this panel.
defaultFont - Static variable in class norsys.netica.gui.NodePanel_Text
The Font used for displaying the text in this panel.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel
The color of any foreground items, such as text.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The color used for displaying the text in this panel.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The color used for displaying the node title upon construction.
defaultForegroundColor - Static variable in class norsys.netica.gui.LinkGraphic
The color of this LinkGraphic upon construction.
defaultForegroundColor - Static variable in class norsys.netica.gui.NetPanel
The foreground color of this NetPanel upon construction.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBarsRow
The color used for displaying the text in this panel.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The color used for displaying the node title upon construction.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_BeliefBarRow
The color used for displaying the text in this panel.
defaultForegroundColor - Static variable in class norsys.netica.gui.NodePanel_Text
The color used for displaying the text in this panel.
defaultHeight - Static variable in class norsys.netica.gui.NodePanel_Circle
Height in pixels of each circle/oval or hexagon.
defaultLineWidth - Static variable in class norsys.netica.gui.LinkGraphic
The width of this LinkGraphic upon construction.
defaultLinkColor - Static variable in class norsys.netica.gui.NetPanel
The color of any links drawn in this NetPanel.
defaultLinkPolicy - Static variable in class norsys.netica.gui.NetPanel
defaultLinkPolicy One of LINK_POLICY_NONE, LINK_POLICY_BELOW, or LINK_POLICY_ABOVE.
defaultLinkWidth - Static variable in class norsys.netica.gui.NetPanel
The width of the arrow shafts used in displaying links.
defaultRoundedCornerArcHeight - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The arc-height of the rounded rectangle box upon construction.
defaultRoundedCornerArcWidth - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The arc-width of the rounded rectangle box upon construction.
defaultStroke - Static variable in class norsys.netica.gui.LinkGraphic
The java.awt.Stroke used when initially constructing LinkGraphic objects.
defaultTextBorder - Static variable in class norsys.netica.gui.NodePanel_BeliefBarsRow
The Border around any text.
defaultTextBorder - Static variable in class norsys.netica.gui.NodePanel_BeliefBarRow
The Border around any text.
defaultTitleBorder - Static variable in class norsys.netica.gui.NodePanel
The Border around any title text.
defaultTitleBorder - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The javax.swing.border.Border object surrounding the node title upon construction.
defaultTitleBorder - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The javax.swing.border.Border object surrounding the node title upon construction.
defaultTitleFont - Static variable in class norsys.netica.gui.NodePanel
The Font of the title, if any.
defaultTitleFont - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The Font used for displaying the node title upon construction.
defaultTitleFont - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The Font used for displaying the node title upon construction.
defaultWidth - Static variable in class norsys.netica.gui.NodePanel_Circle
Width in pixels of each circle/oval or hexagon.
delete() - Method in class norsys.netica.Node
remove nodenode:  deletingRemoves this node from its net, and frees all resources (e.g., memory) it was using.
delete() - Method in class norsys.netica.Net
Deprecated. use finalize instead.
delete() - Method in class norsys.netica.State
node:  modifying statesstates:  removingRemoves this state from its node, so that the node has one fewer state.
deleteLink(int) - Method in class norsys.netica.Node
link:  deletingDelete the link entering this node from the given parent node.
deleteTables() - Method in class norsys.netica.Node
node:  deleting tables tables:  deletingCPT table:  deletingfunction table:  deletingexperience table:  deletingDeletes this node's function table, its CPT table, and its experience table.
DISCONNECTED_NODE - Static variable in class norsys.netica.Node
DISCONNECTED_NODEThis node is just a placeholder for a disconnected link, to indicate the type of parent it requires.
DISCRETE_TYPE - Static variable in class norsys.netica.Node
DISCRETE_TYPENode is for a discrete (digital) variable.
DISPLAY_MODE_GRAYED - Static variable in class norsys.netica.gui.NodePanel
Used to display this NodePanel as "grayed" or "inactive".
DISPLAY_MODE_GRAYED - Static variable in class norsys.netica.gui.LinkGraphic
Used to display this LinkGraphic as "grayed" or "inactive".
DISPLAY_MODE_HILITED - Static variable in class norsys.netica.gui.NodePanel
Used to display this NodePanel as having been specially selected.
DISPLAY_MODE_HILITED - Static variable in class norsys.netica.gui.LinkGraphic
Used to display this LinkGraphic as having been specially selected.
DISPLAY_MODE_NORMAL - Static variable in class norsys.netica.gui.NodePanel
Used to display this NodePanel in normal fashion.
DISPLAY_MODE_NORMAL - Static variable in class norsys.netica.gui.LinkGraphic
Used to display this LinkGraphic in normal fashion.
DUPLICATE_EVENT - Static variable in class norsys.netica.NeticaEvent
DUPLICATE_EVENTNot currently implemented.
duplicateNodes(NodeList) - Method in class norsys.netica.Net
Deprecated. use copyNodes instead.

E

EM_LEARNING - Static variable in class norsys.netica.Learner
EM_LEARNINGIndicates the EM (Expectation Maximization) learning algorithm.
enterFinding(int) - Method in class norsys.netica.Node
Deprecated. use finding().enterState (stateIndex) instead.
enterFinding(String) - Method in class norsys.netica.Node
Deprecated. use finding().enterState (stateName) instead.
enterFindingNot(int) - Method in class norsys.netica.Node
Deprecated. use finding().enterStateNot (stateIndex) instead.
enterLikelihood(float[]) - Method in class norsys.netica.Node
Deprecated. use finding().enterLikelihood (likelihood) instead.
enterLikelihood(float[]) - Method in class norsys.netica.Value
Declares that this discrete or discretized node's random variable abides by the given likelihood distribution.
enterReal(double) - Method in class norsys.netica.Value
Declares that this continuous node has the exact value value.
enterState(int) - Method in class norsys.netica.Value
finding:  enteringpositive finding:  enteringDeclares that this discrete node is in the state whose index is stateIndex.
enterState(String) - Method in class norsys.netica.Value
Declares that this discrete node is in the state named stateName.
enterStateNot(int) - Method in class norsys.netica.Value
finding:  enteringnegative finding:  enteringDeclares that this discrete or discretized node is not in the state with index stateIndex.
enterValue(double) - Method in class norsys.netica.Node
Deprecated. use finding().enterReal (value) instead.
ENTROPY_SENSV - Static variable in class norsys.netica.Sensitivity
ENTROPY_SENSVMeasure entropy or mutual information.
Environ - class norsys.netica.Environ.
The background environment for all Netica operations.
Environ(String) - Constructor for class norsys.netica.Environ
Environ:  initializingConstructs an initialized Netica environment.
equationToTable(int, boolean, boolean) - Method in class norsys.netica.Node
node:  equationcompile net:  preparing fortables:  building from equationequation:  building tablegenerating table from equationBuilds the CPT for this node based on the equation that has been associated with it (see  setEquation).
ERROR_ERR - Static variable in class norsys.netica.NeticaError
ERROR_ERREvent occurred at "error" level - operation not properly finished, but no internal inconsistencies (e.g., user error, didn't finish process).
eventOccurred(NeticaEvent) - Method in class norsys.netica.General
Netica calls back this method when an event occurred to an object we expressed interest in (by calling addListener).
eventOccurred(NeticaEvent) - Method in interface norsys.netica.NeticaListener
A call-back method that Netica will call to indicate an event occurred.
EVERY_STATE - Static variable in class norsys.netica.Node
Deprecated. use State.EVERY_STATE
EVERY_STATE - Static variable in class norsys.netica.State
EVERY_STATEA "wildcard" state that matches all states of a node.
execSql(String) - Method in class norsys.netica.DatabaseManager
DatabaseManager:  DB commandsdatabase:  executing SQLSQL commands:  arbitraryExecutes sqlCmd, an arbitrary SQL1 command.

F

fadeCPTable(double) - Method in class norsys.netica.Node
tables:  fadingCPT table:  fadingSmoothes the conditional probabilities (CPT) of this node to indicate greater uncertainty, which accounts for the idea that the world may have changed a little since they were last learned.
finalize() - Method in class norsys.netica.NetTester
NetTester:  deletingRemoves the NetTester object and frees all its resources (e.g., memory).
finalize() - Method in class norsys.netica.Node
Called by the garbage collector, when this node can no longer be referenced.
finalize() - Method in class norsys.netica.DatabaseManager
DatabaseManager:  deletingRemoves this DatabaseManager from the system, and releases all the resources it uses (memory, connections, etc.).
finalize() - Method in class norsys.netica.Net
net:  deletingRemoves this net from the system, and releases all resources it uses (e.g., frees memory), including all its substructures (e.g., nodes).
finalize() - Method in class norsys.netica.Caseset
Caseset:  deletingRemoves the Caseset and frees all its resources (e.g., memory).
finalize() - Method in class norsys.netica.Sensitivity
Sensitivity:  deletingFrees all resources this Sensitivity is using.
finalize() - Method in class norsys.netica.Streamer
Streamer:  deletingReleases the resources (e.g., memory) used by this Streamer.
finalize() - Method in class norsys.netica.Learner
Learner:  deletingRemoves the Learner object and frees all its resources (e.g., memory).
finalize() - Method in class norsys.netica.Environ
Environ:  deletingending NeticaCloses down Netica and frees all its resources (e.g., memory).
finding() - Method in class norsys.netica.Node
Returns the Value object holding this node's finding (aka, "evidence") information.
FIRST_CASE - Static variable in class norsys.netica.Net
FIRST_CASEPass this to read the first case.
flush() - Method in class norsys.netica.Streamer
For a Streamer constructed from a java.io.OutputStream (see Streamer(OutputStream,String,Environ)), this will transfer the current contents of the Streamer to the the java.io.OutputStream.
FROM_DEVELOPER_CND - Static variable in class norsys.netica.NeticaError
FROM_DEVELOPER_CNDYour program indicated the error.
FROM_WRAPPER_CND - Static variable in class norsys.netica.NeticaError
FROM_WRAPPER_CNDThe error did not occur within native Netica itself, but in the JAVA API wrapper layer.

G

General - class norsys.netica.General.
A class that provides generic useful documentation and utility information regarding a Netica object.
generateRandomCase(NodeList, int, double) - Method in class norsys.netica.Net
findings:  generating randomsynthetic dataforward samplinglogic samplingrandom case:  generationcase:  generating randomsamplingsimulationGenerate a random case by simulation.
getAllNets(Environ) - Static method in class norsys.netica.Net
Retrieves from the given env a collection of all the Nets defined in that Environ.
getArgumentChecking() - Method in class norsys.netica.Environ
argument checkingReturns the current argument checking level, which is the degree to which Netica checks method call arguments.
getArrowHeadLength() - Method in class norsys.netica.gui.LinkGraphic
Gets the length of the arrow head.
getArrowHeadWidth() - Method in class norsys.netica.gui.LinkGraphic
Gets the width of the arrow head.
getAutoUpdate() - Method in class norsys.netica.Net
net:  auto-updatingauto-updating BELIEF_UPDATEReturns this net's current auto-updating value.
getBelief(String) - Method in class norsys.netica.Node
Gets the belief that this node is in the given named state.
getBeliefs() - Method in class norsys.netica.Node
probability (as float)node:  inferencebelief updatingpropagating beliefsbeliefs:  calculatingposterior probabilities:  calculating Returns a belief vector indicating the current probability for each state of this node.
getBytes(String) - Method in class norsys.netica.User
user defined fields:  retrievingReturns the user-defined byte array associated with this fieldName, or null, if the field was never set.
getCaseFileDelimChar() - Method in class norsys.netica.Environ
Gets the character to use as a delimeter when creating case files.
getCases(NodeList, String, String, String) - Method in class norsys.netica.DatabaseManager
findings:  getting from databasecase:  getting from databaseDatabaseManager:  making case-setCaseset:  getting from databasedatabase:  getting cases fromSELECT SQL commandSQL commands:  SELECTgetCases:  in useDatabaseManager:  in useCaseset:  in useDatabaseManager:  in useLearner:  in useLearner:  in use EM_LEARNING:  in uselearnCPTs:  in useCreates and returns a new Caseset whose cases come from the database.
getCenterPoint() - Method in class norsys.netica.gui.LinkGraphic
Gets the center point of the link.
getChildNodePanel() - Method in class norsys.netica.gui.LinkGraphic
Return the NodePanel that is nearest to the arrow end of this link.
getChildren() - Method in class norsys.netica.Node
link:  detectingnode:  childrenchild nodes:  retrievingReturns a list of the children of this node.
getComment() - Method in class norsys.netica.General
node:  commentcomment:  for node, net, or statenet:  commentcomment:  for netstate:  commentcomment:  for statedescriptive text for net, node, or stateGets the documentation text concerning this object.
getConfusion(Node, int, int) - Method in class norsys.netica.NetTester
NetTester:  confusion matrixconfusion matrixReturns the number of times the Net predicted predictedState for node, but the case file actually held actualState as the value of that node, during the performance test of a net.
getConstructorClass() - Static method in class norsys.netica.Node
Retrieves the classname of the class that Netica-J uses when constructing a Node.
getConstructorClass() - Static method in class norsys.netica.Net
Retrieves the classname of the class that Netica-J uses when automatically constructing new Nets.
getCPTable(float[]) - Method in class norsys.netica.Node
Retrieves the entire CPTable of this node as a 1-D array.
getCPTable(int[], float[]) - Method in class norsys.netica.Node
probability (as float)node:  CPT tabletables:  retrievingtables:  conditional probabilityCPT table:  retrievingReturns the conditional probabilities of this node, given that its parents are in the states indicated by the parentStates vector, by looking them up in the node's CPT table.
getCPTable(String, float[]) - Method in class norsys.netica.Node
This does the same as getCPTable(int[], float[]) except that it takes the parent states as a string rather than as an integer array.
getDefaultEnviron() - Static method in class norsys.netica.Environ
Returns the last created Environ.
getDisplayMode() - Method in class norsys.netica.gui.NodePanel
Returns whether the node is grayed, normal, or hi-lited.
getDisplayMode() - Method in class norsys.netica.gui.LinkGraphic
Returns whether the link is grayed, normal, or hi-lited.
getElimOrder() - Method in class norsys.netica.Net
net:  elimination orderelimination orderReturns a list of the nodes of this net in their "elimination order" (which is used for triangulation in the compilation of this net), or null if there is no order currently associated with this net.
getEndPoint() - Method in class norsys.netica.gui.LinkGraphic
Gets the endpoint (arrowhead end) of the link.
getEnviron() - Method in class norsys.netica.General
Returns the Environ this object belong's to.
getEnviron() - Method in class norsys.netica.DatabaseManager
Returns this DatabaseManager's Netica environment.
getEnviron() - Method in class norsys.netica.Caseset
Returns the Environ that this object belongs to.
getEnviron() - Method in class norsys.netica.Streamer
Returns this Streamer's environment.
getEnviron() - Method in class norsys.netica.Learner
Returns the Environ that this object belongs to.
getEquation() - Method in class norsys.netica.Node
node:  equationequation:  retrievingReturns the equation associated with this node, or the empty string (rather than null), if this node does not have an equation.
getErrorRate(Node) - Method in class norsys.netica.NetTester
NetTester:  error rateerror rateReturns the accumulated "error rate" of node under the tests previously performed with test.
getExpectedUtils() - Method in class norsys.netica.Node
expected utilityutility:  retrieving expectedutility (as float)node:  inferenceReturns a vector providing the expected utility of each choice in a decision node, considering findings currently entered.
getExpectedValue(double[]) - Method in class norsys.netica.Node
UNDEF_DBLnode:  inferenceexpected valueReturns the expected real value of this node, based on the current beliefs for this node, and if moments is non-null, moments will be filled with the moments as well.
getExperTable(int[], double[]) - Method in class norsys.netica.Node
UNDEF_DBLnode:  experience tabletables:  retrievingtables:  experienceexperience table:  retrievingnumber of casesestimated sample sizeessGiven parentStates, a vector of states for the parents of this node, this returns the "experience" of the node for the situation described by the parent states.
getFileName() - Method in class norsys.netica.Net
net:  file read fromfile name of netReturns the name of the file (including full path) that this net was last written to or read from.
getFileName() - Method in class norsys.netica.Streamer
file name of streamerReturns the name of the file (including full path) that this stream was last written to or read from, if any.
getFinding() - Method in class norsys.netica.Node
Deprecated. use finding().getState() instead.
getFindingsProbability() - Method in class norsys.netica.Net
net:  probability of findingsjoint probability of findingsprobability of all findingscase:  probability offindings:  probability ofReturns the joint probability of the findings entered into net so far (including any negative or likelihood findings).
getIdNumber() - Method in class norsys.netica.NeticaError
error reporting:  getting ID numberReturns the error number identifying this error.
getIndex() - Method in class norsys.netica.State
Returns the index number of this state.
getInputIndex(String) - Method in class norsys.netica.Node
node:  input namesReturns the link index number of the link whose name is linkName, or -1 if there isn't one with that name (case sensitive comparison).
getInputName(int) - Method in class norsys.netica.Node
link:  namenode:  input namesinput names of nodeGets the name of this node's input (i.e., link) identified by the given index.
getJointProbability(NodeList, int[]) - Method in class norsys.netica.Net
joint probabilityReturns the joint probability that each node in nodeList is in the corresponding state of nodeStates, given the findings currently entered in the Bayes net.
getKind() - Method in class norsys.netica.NeticaEvent
Returns what kind of event occurred.
getKind() - Method in class norsys.netica.Node
node kindnode:  kindkind of nodedisconnected link:  determining whether NATURE_NODE CONSTANT_NODE DECISION_NODE UTILITY_NODE DISCONNECTED_NODEReturns whether this node is a nature, decision, utility or constant node.
getKind() - Method in class norsys.netica.Value
node findings:  determining kindREAL_VALUESTATE_VALUESTATE_NOT_VALUELIKELIHOOD_VALUEReturns the type of information we have on this node's value.
getLevels() - Method in class norsys.netica.Node
level of discretized node (as double)node:  levelsstates:  levelsReturns the list of numbers used to enable a continuous node to act discrete, or enables a discrete node to provide real-valued numbers.
getLikelihood() - Method in class norsys.netica.Node
Deprecated. use finding().getLikelihood(null) instead.
getLikelihood(float[]) - Method in class norsys.netica.Value
Returns as a likelihood vector the accumulated (likelihood and other) values entered for this discrete or discretized node.
getLinkGraphics() - Method in class norsys.netica.gui.NetPanel
Returns a collection of LinkGraphic objects, one for each link in the Net.
getLogLoss(Node) - Method in class norsys.netica.NetTester
NetTester:  logarithmic losslogarithmic lossReturns the "logarithmic loss" of node under the tests previously performed with test.
getMaxIterations() - Method in class norsys.netica.Learner
Returns the maximum number of learning-step iterations for learnCPTs.
getMaxMemoryUsage() - Method in class norsys.netica.Environ
Deprecated. use getMemoryUsageLimit() instead.
getMaxTolerance() - Method in class norsys.netica.Learner
Returns the tolerance for the minimum change in data log likelihood between consecutive passes through the data, as a termination condition for any learning to be done by learner.
getMemoryUsageLimit() - Method in class norsys.netica.Environ
Returns the current limit on memory that Netica is permitted to allocate for tables.
getMessage() - Method in class norsys.netica.NeticaError
error reporting:  getting descriptionReturns a message explaining the error.
getMessage() - Method in class norsys.netica.NeticaException
Returns a formatted String detailing the nature of this exception and listing the NeticaErrors which are responsible for it.
getMethod() - Method in class norsys.netica.Learner
Returns the algorithmic method used by this learner, one of COUNTING_LEARNING, EM_LEARNING, or GRADIENT_DESCENT_LEARNING.
getMissingDataChar() - Method in class norsys.netica.Environ
Gets the character used to indicate missing data when creating case files.
getMostProbableConfig(NodeList) - Method in class norsys.netica.Net
net:  most probable explanationMPEFinds the most probable configuration, also known as the most probable explanation (MPE), for all the nodes in the net.
getMutualInfo(Node) - Method in class norsys.netica.Sensitivity
Sensitivity:  for mutual infoSensitivity:  for entropymutual informationentropymutual informationentropy reductionMeasures the mutual information between two nodes, which is how much a finding at one node (called the "findings node") is expected to alter the beliefs (measured as decrease in its entropy) at another node (called the "query node").
getName() - Method in class norsys.netica.General
net:  namenode:  namestate:  namename:  of netname:  of nodename:  of node statesReturns the identifer name of this object.
getNet() - Method in class norsys.netica.Node
node:  net containingReturns the net that this node is part of.
getNet() - Method in class norsys.netica.NodeList
Returns the Net that this NodeList's nodes come from.
getNet() - Method in class norsys.netica.gui.NetPanel
Return the Net that this NetPanel represents.
getNeticaErrors() - Method in class norsys.netica.NeticaException
Returns a collection of the NeticaError objects describing the faults that are responsible for this exception.
getNode() - Method in class norsys.netica.State
Returns the Node that this state belongs to.
getNode() - Method in class norsys.netica.Value
Returns the Node that this Value object applies to.
getNode() - Method in class norsys.netica.VisualNode
Returns the Node that this VisualNode represents.
getNode() - Method in class norsys.netica.gui.NodePanel
Returns the Node corresponding to this NodePanel.
getNode(int) - Method in class norsys.netica.NodeList
A convenience version of java.util.Vector.get(int), that returns a Node, rather than an Object, to save you from having to do the cast yourself.
getNode(String) - Method in class norsys.netica.Net
net:  finding node by nameNodeList:  finding node by namenode:  finding by nameReturns the node of this net which has a name exactly matching name (case sensitive comparison).
getNodes() - Method in class norsys.netica.Net
net:  getting nodesnodes in net:  retrievingReturns a list of all the nodes in this net.
getNodesWithDisplayMode(int) - Method in class norsys.netica.gui.NetPanel
Returns the list of Nodes in this NetPanel that are in the display mode.
getNthFieldName(int) - Method in class norsys.netica.User
node:  user defined fieldsnet:  user defined fieldsuser field:  enumerating allReturns the fieldName of the indexth user-defined named field; used for iterating through the fieldNames.
getNumber(String) - Method in class norsys.netica.User
user defined fields:  retrievingReturns the user-defined Number associated with this fieldName, or UNDEF_DBL, if the field was never set.
getNumeric() - Method in class norsys.netica.State
Returns the real value that has been previously associated with this discrete state (by calling setNumeric or Node.setLevels).
getNumStates() - Method in class norsys.netica.Node
node:  statesstates:  number ofReturns the number of states that this node can take on, or zero if this node is a continuous node that hasn't been discretized.
getObject() - Method in class norsys.netica.NeticaEvent
Returns the object that is associated with this event.
getObject(String) - Method in class norsys.netica.User
user defined fields:  retrievingReturns the user-defined Object associated with this fieldName, or null, if the field was never set.
getParentNodePanel() - Method in class norsys.netica.gui.LinkGraphic
Return the NodePanel that is nearest to the start end of this link.
getParents() - Method in class norsys.netica.Node
link:  detectingnode:  parentsparent nodes:  retrievingReturns a list of the parents of this node.
getPosition() - Method in class norsys.netica.VisualNode
node:  visual positionvisual position of nodeposition of nodeRetrieves as elements 0 and 1 respectively, the x,y coordinates of the center of this node, as it would appear in a visual display (e.g., in Netica Application).
getQuadraticLoss(Node) - Method in class norsys.netica.NetTester
NetTester:  quadratic lossquadratic lossBrier scoreReturns the "quadratic loss" of node under the tests previously performed.
getReal() - Method in class norsys.netica.Value
finding:  retrievingpositive finding, real-valued:  retrievingreal-valued finding:  retrievingReturns the real-valued finding entered for this node, or UNDEF_DBL if none has been entered since the last retraction (call to clear).
getRealFuncTable(int[], double[]) - Method in class norsys.netica.Node
UNDEF_DBLnode:  function tabletables:  retrievingtables:  functionfunction table:  retrievingGets the real value of this node as a function of its parent nodes.
getReference() - Method in class norsys.netica.User
net:  user defined datanode:  user defined datauser defined dataReturns a reference to information previously attached to this object using setReference, or null if none has been attached.
getRelatedNodes(NodeList, String) - Method in class norsys.netica.Node
Finds all the Nodes that bear the relationship relation with this node and appends them to relatedNodes.
getRelatedNodes(NodeList, String, NodeList) - Method in class norsys.netica.Net
Finds all the Nodes that bear the relationship relation with any member of nodeList and appends them to relatedNodes.
getSeverity() - Method in class norsys.netica.NeticaError
error severityerror reporting:  getting severity of NOTHING_ERR REPORT_ERR NOTICE_ERR WARNING_ERR ERROR_ERR XXX_ERRseverity level of errorReturns the severity level of this error (one of NOTHING_ERR, REPORT_ERR, NOTICE_ERR, WARNING_ERR, ERROR_ERR, or XXX_ERR).
getStartPoint() - Method in class norsys.netica.gui.LinkGraphic
Gets the startpoint (non-arrowhead end) of the link.
getState() - Method in class norsys.netica.Value
finding:  retrievingpositive finding:  retrievingGets the state finding entered for this (discrete or discretized) node.
getState() - Method in class norsys.netica.gui.NodePanel_BeliefBarsRow
NodePanel_BeliefBarsRow.getState().header
getState() - Method in class norsys.netica.gui.NodePanel_BeliefBarRow
NodePanel_BeliefBarRow.getState().header
getStateFuncTable(int[], int[]) - Method in class norsys.netica.Node
UNDEF_STATEnode:  function tabletables:  retrievingtables:  functionfunction table:  retrievingGets the state value of this node as a function of its parent nodes.
getString(String) - Method in class norsys.netica.User
user defined fields:  retrievingReturns the user-defined String associated with this fieldName, or null, if the field was never set.
getStroke() - Method in class norsys.netica.gui.LinkGraphic
Returns the java.awt.Stroke used for drawing the line portion (body) of the link.
getStyle() - Method in class norsys.netica.VisualNode
node:  visual stylevisual style of nodestyle of nodeReturns the current "style descriptor" of this node for any visual display (e.g., in Netica Application, or within a NetPanel).
getStyle() - Method in class norsys.netica.gui.NodePanel
Returns the display style of this NodePanel.
getTitle() - Method in class norsys.netica.General
net:  titlenode:  titlestate:  titletitle of net, node, or stateGets the unrestricted label of this object.
getType() - Method in class norsys.netica.Node
node typenode:  typetype of nodediscretecontinuous DISCRETE_TYPE CONTINUOUS_TYPEReturns DISCRETE_TYPE if the variable corresponding to this node is discrete (digital), and CONTINUOUS_TYPE if it is continuous (analog).
getValueEntered() - Method in class norsys.netica.Node
Deprecated. use finding().getReal() instead.
getVarianceOfReal(Node) - Method in class norsys.netica.Sensitivity
Sensitivity:  for variancevariance reductionMeasures how much a finding at one node (called the "findings node") is expected to reduce the variance of another node (called the "query node").
getVersion() - Method in class norsys.netica.Environ
Environ:  getting version infoversion of NeticaReturns the version number of Netica, multiplied by 100.
getVersionString() - Method in class norsys.netica.Environ
Returns a String consisting of the full version number, a space, a code for the type of machine or OS it is running on, a comma, the name of the program, and finally a code indicating some build information (in parentheses).
getWarnings(int, Environ) - Static method in class norsys.netica.NeticaError
Returns a vector of all the NeticaErrors in env that are at the severity level severity or higher.
GRADIENT_DESCENT_LEARNING - Static variable in class norsys.netica.Learner
GRADIENT_DESCENT_LEARNINGIndicates the Gradient Descent learning algorithm.
grayedModeBGColor - Static variable in class norsys.netica.gui.NodePanel
A color to use for signaling that this NodePanel is in "grayed out" mode ( see setDisplayMode(DISPLAY_MODE_GRAYED)).
grayedModeColor - Static variable in class norsys.netica.gui.LinkGraphic
A color to use for signaling that this LinkGraphic is in "grayed out" mode ( see setDisplayMode(DISPLAY_MODE_GRAYED)).

H

hasTable(boolean[]) - Method in class norsys.netica.Node
CPT table:  test if presentnode:  tablestables:  test if presentReturns true if this node has a function table or a CPT table, otherwise false.
hilitedModeBGColor - Static variable in class norsys.netica.gui.NodePanel
A color to use for signaling that this NodePanel is in "hilited" mode ( see setDisplayMode(DISPLAY_MODE_HILITED)).
hilitedModeColor - Static variable in class norsys.netica.gui.LinkGraphic
A color to use for signaling that this LinkGraphic is in "hilited" mode ( see setDisplayMode(DISPLAY_MODE_HILITED)).

I

IMPOSS_STATE - Static variable in class norsys.netica.Node
Deprecated. use State.IMPOSS_STATE
IMPOSS_STATE - Static variable in class norsys.netica.State
IMPOSS_STATEIndicates that the state value is irrelevant, because it is for a condition that will never occur.
INCONS_FINDING_CND - Static variable in class norsys.netica.NeticaError
INCONS_FINDING_CNDAn inconsistent finding was entered into a Node.
INFINITY - Static variable in class norsys.netica.Environ
INFINITYThe number used to represent an infinite numeric value; the negative of this number represents negative infinity.
insertFindings(NodeList, String, String) - Method in class norsys.netica.DatabaseManager
findings:  putting in databasecase:  putting in databaseDatabaseManager:  filling DBdatabase:  populating from findingsINSERT SQL commandSQL commands:  INSERTDatabaseManager:  in useDatabaseManager:  in useinsertFindings:  in useenterFindingNot:  in useTakes the net's current findings and inserts them into the database.
isAscii(String) - Static method in class norsys.netica.Util
Returns true, iff, the given string contains only ascii characters, that is, characters in the range 1..255, inclusive.
isBeliefUpdated() - Method in class norsys.netica.Node
updating:  test if donebelief updating:  test if donepropogation:  test if doneWhether the beliefs for this node have already been calculated (by belief propagation).
isDeterministic() - Method in class norsys.netica.Node
CPT table:  test if deterministicnode:  tablestables:  test if deterministicfunction table:  testdeterministic testWhether the value of this node, given its parents, is deterministic (versus probabilistic).
isInCategory(int) - Method in class norsys.netica.NeticaError
error condition (NeticaError)error reporting:  getting category ofcategory of error OUT_OF_MEMORY_CND INCONS_FINDING_CND USER_ABORTED_CND FROM_DEVELOPER_CND FROM_WRAPPER_CNDReturns a boolean to indicate whether this error was caused by the condition errcnd.
isNear(Point) - Method in class norsys.netica.gui.LinkGraphic
Returns true if point is within LINK_CLICK_DISTANCE_TOLERANCE pixels of the nearest point on this LinkGraphic.
isRelated(String, Node) - Method in class norsys.netica.Node
Tests whether this node bears the relationship relation with otherNode.

L

learnCPTs(NodeList, Caseset, double) - Method in class norsys.netica.Learner
case file:  learning CPTs fromLearner:  activatingCaseset:  learning CPTs fromtables:  learningCPT table:  learninglearning algorithmscounting learningEM learninggradient descent learningPerforms learning of CPT tables from data.
Learner - class norsys.netica.Learner.
An object for managing batch-mode learning, such as EM or Gradient Descent learning, of CPTs from case data.
Learner(int) - Constructor for class norsys.netica.Learner
Creates and returns a new Learner object for use in learning of CPTs from case data, and associates it with the default Netica environment.
Learner(int, Environ) - Constructor for class norsys.netica.Learner
learning methodLearner:  creatinglearning from data EM_LEARNING GRADIENT_DESCENT_LEARNING COUNTING_LEARNINGCreates and returns a new Learner object for use in learning of CPTs from case data, and associates it with a given Netica environment.
LIKELIHOOD_FINDING - Static variable in class norsys.netica.Node
Deprecated. use Value.LIKELIHOOD_VALUE instead.
LIKELIHOOD_VALUE - Static variable in class norsys.netica.Value
LIKELIHOOD_VALUEThis (discrete or discretized) node's random variable abides by a likelihood distribution.
LINK_CLICK_DISTANCE_TOLERANCE - Static variable in class norsys.netica.gui.LinkGraphic
LINK_CLICK_DISTANCE_TOLERANCEControls the threshold used by isNear.
LINK_DEFAULT_ARROW_HEAD_LENGTH - Static variable in class norsys.netica.gui.LinkGraphic
Used to set the length of the triangle forming a link arrow's head.
LINK_DEFAULT_ARROW_HEAD_WIDTH - Static variable in class norsys.netica.gui.LinkGraphic
Used to set the width of the triangle forming a link arrow's head.
LINK_POLICY_ABOVE - Static variable in class norsys.netica.gui.NetPanel
LINK_POLICY_ABOVEDisplay the net's links, such that, should they overlap any NodePanels, the links appear above the nodes.
LINK_POLICY_BELOW - Static variable in class norsys.netica.gui.NetPanel
LINK_POLICY_BELOWDisplay the net's links, such that, should they overlap any NodePanels, the nodes appear above the links.
LINK_POLICY_NONE - Static variable in class norsys.netica.gui.NetPanel
LINK_POLICY_NONEDo not display the net's links.
LinkGraphic - class norsys.netica.gui.LinkGraphic.
A java.awt.Component for displaying a link (arrow) between two NodePanels.
LinkGraphic(Container, NodePanel, NodePanel) - Constructor for class norsys.netica.gui.LinkGraphic
public constructors

M

mapStateList(int[], NodeList, NodeList) - Static method in class norsys.netica.NodeList
NodeList:  mapping state valuesReturns an array of states, the same states that are in the srcStates array, except in a different order.
MAX_STATES_DISPLAYED - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
A limit on the number of states that are displayed.
MAX_STATES_DISPLAYED - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
A limit on the number of states that are displayed.
maxWidth - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The maximum width in pixels of these panels.
maxWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The maximum width in pixels of these panels.
maxWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The maximum width in pixels of these panels.
minWidth - Static variable in class norsys.netica.gui.NodePanel_LabeledBox
The minimum width in pixels of these panels.
minWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBars
The minimum width in pixels of these panels.
minWidth - Static variable in class norsys.netica.gui.NodePanel_BeliefBar
The minimum width in pixels of these panels.
mouseClicked(MouseEvent) - Method in class norsys.netica.gui.LinkGraphic
Informs all listeners of the click (press and release) event, provided this LinkGraphic is enabled and the mouse was pressed sufficiently near to the link.
mouseEntered(MouseEvent) - Method in class norsys.netica.gui.LinkGraphic
Satisfies MouseListener interface; does nothing (has empty implementation body).
mouseExited(MouseEvent) - Method in class norsys.netica.gui.LinkGraphic
Satisfies MouseListener interface; does nothing (has empty implementation body).
mousePressed(MouseEvent) - Method in class norsys.netica.gui.LinkGraphic
Informs all listeners of the press event, provided this LinkGraphic is enabled and the mouse was pressed sufficiently near to the link.
mouseReleased(MouseEvent) - Method in class norsys.netica.gui.LinkGraphic
Informs all listeners of the release event, provided this LinkGraphic is enabled and the mouse was pressed sufficiently near to the link.
moveBy(int, int) - Method in class norsys.netica.gui.NodePanel
Move this panel by a fixed displacement.

N

NAME_MAX - Static variable in class norsys.netica.General
NAME_MAXThe maximum number of characters in the name of a General Netica object (e.g., Node, Net, State).
NATURE_NODE - Static variable in class norsys.netica.Node
NATURE_NODEThe value of this node is determined by nature (also known as a "chance" or "deterministic" node).
NEGATIVE_FINDING - Static variable in class norsys.netica.Node
Deprecated. use Value.STATE_NOT_VALUE instead.
Net - class norsys.netica.Net.
A Bayesian belief network or decision network.
Net() - Constructor for class norsys.netica.Net
Creates and returns a new net, initially having no nodes, and places it in the current default Environ (see getDefaultEnviron).
Net(Environ) - Constructor for class norsys.netica.Net
net:  creating NAME_MAXname:  of netCreates and returns a new net, initially having no nodes.
Net(Net, String, Environ, String) - Constructor for class norsys.netica.Net
NAME_MAXname:  of netcopy netduplicating a netnet:  duplicatingNet copy-constructor.
Net(Streamer) - Constructor for class norsys.netica.Net
NO_VISUAL_INFO NO_WINDOWStreamer:  reading net fromnet:  reading from fileReads a net from inStream, and returns the new net read, or throws a Netica Exception, if reading was impossible.
NeticaError - class norsys.netica.NeticaError.
A class that holds information on errors that occurred while Netica was attempting some operation (which become part of the NeticaException thrown), or on warnings or other status reports of successful Netica operations.
NeticaEvent - class norsys.netica.NeticaEvent.
Information describing an event which occurred within Netica.
NeticaException - exception norsys.netica.NeticaException.
A java.lang.Exception that holds extra information when Netica reports an error for some attempted operation.
NeticaException(int, String) - Constructor for class norsys.netica.NeticaException
Constructs a numbered NeticaException with the given error message.
NeticaException(String) - Constructor for class norsys.netica.NeticaException
Constructs a generic NeticaException with the given error message.
NeticaListener - interface norsys.netica.NeticaListener.
An interface that all classes which are to receive NeticaEvents must implement.
NetPanel - class norsys.netica.gui.NetPanel.
A javax.swing.JPanel for displaying a net.
NetPanel(Net, int) - Constructor for class norsys.netica.gui.NetPanel
Creates a new NetPanel for displaying the given net.
NetTester - class norsys.netica.NetTester.
A tool for grading a Bayes net by using a set of real cases to see how well the predictions or diagnosis of the net match the actual cases.
NetTester(NodeList, NodeList, int) - Constructor for class norsys.netica.NetTester
NetTester:  creatingnet:  testing performanceperformance testingtesting performance of netNetTester:  in usetestWithFile:  in usePrintConfusionMatrix:  in usegetConfusion:  in usegetErrorRate:  in usegetLogLoss:  in usefinalize:  in useCreates a NetTester which is a tool for grading a Bayes net, using a set of real cases to see how well the predictions or diagnosis of the net match the actual cases.
NEXT_CASE - Static variable in class norsys.netica.Net
NEXT_CASEPass this to read the case following the last case read.
NO_CHECK - Static variable in class norsys.netica.Environ
NO_CHECKTurns off all argument checking.
NO_FINDING - Static variable in class norsys.netica.Node
Deprecated. use Value.NO_VALUE instead.
NO_MORE_CASES - Static variable in class norsys.netica.Net
NO_MORE_CASESReturned by Netica when trying to read past the last case.
NO_VALUE - Static variable in class norsys.netica.Value
NO_VALUEThere is no information on the range of values this node can adopt.
Node - class norsys.netica.Node.
A node (object which represents a variable) in a Net (Bayesian belief network or decision network).
NODE_STYLE_ABSENT - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_ABSENTDisplay the node as empty space.
NODE_STYLE_AUTO_SELECT - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_AUTO_SELECTDisplay the node using a style that seems appropriate.
NODE_STYLE_BELIEF_BARS - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_BELIEF_BARSDisplay the node similar to the Belief Bars Style in Netica Application.
NODE_STYLE_CIRCLE - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_CIRCLEDisplay the node as a circle or hexagon (Utility nodes).
NODE_STYLE_LABELED_BOX - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_LABELED_BOXDisplay the node titles only, in rounded boxes.
NODE_STYLE_TEXT - Static variable in class norsys.netica.gui.NodePanel
NODE_STYLE_TEXTDisplay the node titles only.
Node() - Constructor for class norsys.netica.Node
Default constructor - do not call this constructor directly.
Node(String, int, Net) - Constructor for class norsys.netica.Node
net:  adding nodes NAME_MAXnode:  creatingdiscretecontinuousCreates and returns a new node for net.
Node(String, String, Net) - Constructor for class norsys.netica.Node
Construct a node with the given name and state names, for the given Net.
NodeList - class norsys.netica.NodeList.
A java.util.Vector that is meant to store only Nodes from a single Net.
NodeList(Net) - Constructor for class norsys.netica.NodeList
Constructs an empty NodeList of initial capacity 100.
NodeList(NodeList) - Constructor for class norsys.netica.NodeList
Copy constructs a new NodeList from an existing NodeList.
NodePanel - class norsys.netica.gui.NodePanel.
An abstract base class used for constucting classes that are different styles of NodePanel.
NodePanel_BeliefBar - class norsys.netica.gui.NodePanel_BeliefBar.
A javax.swing.JPanel for displaying a Nature Node's Beliefs, or a Utility node's Expected Utilities.
NodePanel_BeliefBar(Node) - Constructor for class norsys.netica.gui.NodePanel_BeliefBar
NodePanel_BeliefBar.NodePanel_BeliefBar().header
NodePanel_BeliefBarRow - class norsys.netica.gui.NodePanel_BeliefBarRow.
A javax.swing.JPanel for displaying the state information in a NodePanel_BeliefBar.
NodePanel_BeliefBarRow(NodePanel_BeliefBar, State) - Constructor for class norsys.netica.gui.NodePanel_BeliefBarRow
NodePanel_BeliefBarRow.NodePanel_BeliefBarRow().header
NodePanel_BeliefBars - class norsys.netica.gui.NodePanel_BeliefBars.
A javax.swing.JPanel for displaying a Nature Node's Beliefs, or a Utility node's Expected Utilities.
NodePanel_BeliefBars(Node) - Constructor for class norsys.netica.gui.NodePanel_BeliefBars
NodePanel_BeliefBars.NodePanel_BeliefBars().header
NodePanel_BeliefBarsRow - class norsys.netica.gui.NodePanel_BeliefBarsRow.
A javax.swing.JPanel for displaying the state information in a NodePanel_BeliefBars.
NodePanel_BeliefBarsRow(NodePanel_BeliefBars, State) - Constructor for class norsys.netica.gui.NodePanel_BeliefBarsRow
NodePanel_BeliefBarsRow.NodePanel_BeliefBarsRow().header
NodePanel_Circle - class norsys.netica.gui.NodePanel_Circle.
A javax.swing.JPanel for displaying a Node as a simple geometric shape.
NodePanel_Circle(Node) - Constructor for class norsys.netica.gui.NodePanel_Circle
NodePanel_Circle.NodePanel_Circle().header
NodePanel_LabeledBox - class norsys.netica.gui.NodePanel_LabeledBox.
A javax.swing.JPanel for displaying a Node as its title in either a rounded rectangle (Nature nodes) or elongated hexagon (Utility nodes) (see Node.getKind).
NodePanel_LabeledBox(Node) - Constructor for class norsys.netica.gui.NodePanel_LabeledBox
 
NodePanel_Text - class norsys.netica.gui.NodePanel_Text.
A javax.swing.JPanel for displaying a Node by simply its title.
NodePanel_Text(Node) - Constructor for class norsys.netica.gui.NodePanel_Text
 
nodeTitleJLabel - Variable in class norsys.netica.gui.NodePanel
The title Component, if this NodePanel displays a title, otherwise null.
norsys.netica - package norsys.netica
 
norsys.netica.gui - package norsys.netica.gui
 
NOTHING_ERR - Static variable in class norsys.netica.NeticaError
NOTHING_ERRNot anything.
NOTICE_ERR - Static variable in class norsys.netica.NeticaError
NOTICE_ERRNotice of something unusual.

O

OUT_OF_MEMORY_CND - Static variable in class norsys.netica.NeticaError
OUT_OF_MEMORY_CNDSystem did not have enough memory to complete operation.

P

paint(Graphics) - Method in class norsys.netica.gui.LinkGraphic
overwrites Component.paint().
paintComponent(Graphics) - Method in class norsys.netica.gui.NodePanel
 
paintComponent(Graphics) - Method in class norsys.netica.gui.NodePanel_LabeledBox
 
paintComponent(Graphics) - Method in class norsys.netica.gui.NodePanel_BeliefBars
 
paintComponent(Graphics) - Method in class norsys.netica.gui.NetPanel
Overrides javax.swing.PaintComponent to draw link arrows on this JPanel.
paintComponent(Graphics) - Method in class norsys.netica.gui.NodePanel_BeliefBar
 
paintComponent(Graphics) - Method in class norsys.netica.gui.NodePanel_Circle
 
parentStatesToIndexes(String) - Method in class norsys.netica.Node
Utility to convert a comma and/or space delimited string of parent state names for this node to an array of state indexes.
probabilitiesFormat - Static variable in class norsys.netica.gui.NodePanel
probabilitiesFormatUsed to control the format of any probabilities displayed by this NodePanel.
PROBABILITY_FORMAT_1 - Static variable in class norsys.netica.gui.NodePanel
Used to display probabilities with no decimal place and a trailing "%" symbol.
PROBABILITY_FORMAT_2 - Static variable in class norsys.netica.gui.NodePanel
Used to display probabilities as percentages, but without the "%" symbol, and with one decimal place.
PROBABILITY_FORMAT_3 - Static variable in class norsys.netica.gui.NodePanel
Used to display probabilities as floats between 0.0 and 1.0, with two decimal places.
PROBABILITY_FORMAT_4 - Static variable in class norsys.netica.gui.NodePanel
Used to display probabilities as floats between 0.00 and 1.00, with three decimal places.

Q

QUICK_CHECK - Static variable in class norsys.netica.Environ
QUICK_CHECKOnly does argument checking that can be done very quickly.

R

readCase(long[], Streamer, NodeList, long[], double[]) - Method in class norsys.netica.Net
Deprecated. use readFindings instead.
readFindings(long[], Streamer, NodeList, long[], double[]) - Method in class norsys.netica.Net
findings:  reading from fileCaseset position (as long)Streamer:  reading findings fromcase file:  reading FIRST_CASE NEXT_CASE NO_MORE_CASESReads a set of findings (i.e., a case) from a file containing one or more cases.
REAL_SENSV - Static variable in class norsys.netica.Sensitivity
REAL_SENSVMeasure the effect on the real numeric value (rather than just the state).
REAL_VALUE - Static variable in class norsys.netica.Value
REAL_VALUEThis node's continuous random variable is precisely a single real number.
RecursingEventListener - interface norsys.netica.gui.RecursingEventListener.
An interface that defines two methods, one which should add a mouseListener to this Component and all contained (recursively) Components for which mouse events may be listened for.
refreshDataDisplayed() - Method in class norsys.netica.gui.NodePanel
 
refreshDataDisplayed() - Method in class norsys.netica.gui.NodePanel_BeliefBars
 
refreshDataDisplayed() - Method in class norsys.netica.gui.LinkGraphic
 
refreshDataDisplayed() - Method in class norsys.netica.gui.NetPanel
 
refreshDataDisplayed() - Method in interface norsys.netica.gui.DataDisplayer
Refresh all the data in this graphical Component, so that it correctly represents the current state of the Netica object it represents.
refreshDataDisplayed() - Method in class norsys.netica.gui.NodePanel_BeliefBarsRow
 
refreshDataDisplayed() - Method in class norsys.netica.gui.NodePanel_BeliefBar
 
refreshDataDisplayed() - Method in class norsys.netica.gui.NodePanel_BeliefBarRow
 
REGULAR_CHECK - Static variable in class norsys.netica.Environ
REGULAR_CHECKDoes argument checking suitable for software development, and final releases of your software where speed is not significant.
REMOVE_EVENT - Static variable in class norsys.netica.NeticaEvent
REMOVE_EVENTIndicates an object is about to be removed from its owner, and shortly after that may be deleted.
removeField(String) - Method in class norsys.netica.User
Remove the user field named fieldName from this object.
removeListener(NeticaListener) - Method in class norsys.netica.General
Removes the given listener from this object's list of listeners.
removeListenerFromAllComponents(EventListener) - Method in class norsys.netica.gui.NodePanel
 
removeListenerFromAllComponents(EventListener) - Method in interface norsys.netica.gui.RecursingEventListener
Remove the given EventListener from this object and, if it is a Container, from all RecursingEventListeners it contains.
removeListenerFromAllComponents(EventListener) - Method in class norsys.netica.gui.NetPanel
 
reorderStates(int[]) - Method in class norsys.netica.Node
node:  modifying statesstates:  reorderingRearranges the order of the states so that state i is moved to position newOrder[i].
replaceNodePanel(NodePanel, NodePanel) - Method in class norsys.netica.gui.NetPanel
Replace one NodePanel in this NetPanel with another one representing the same Node.
REPORT_ERR - Static variable in class norsys.netica.NeticaError
REPORT_ERRNot an error, but a report of success.
reportJunctionTree() - Method in class norsys.netica.Net
junction tree:  structurenet:  junction treejunction treeclique tree structureReturns a string containing a report of the junction tree for this net, similar to that produced by the Netica Application operation "Report -> Junction Tree".
retractFindings() - Method in class norsys.netica.Node
Deprecated. use finding().clear() instead.
retractFindings() - Method in class norsys.netica.Net
net:  retracting all findingsfindings:  retractingfinding:  retractingRetracts all findings (i.e., the current case) from all the nodes in this net, except "constant" nodes (use Node.retractFindings for that).
reverseLink(Node) - Method in class norsys.netica.Node
link:  automatically addedlink:  reversingReverses the link from parentNode to this child node, so that instead it goes from this node to parentNode.
reviseCPTsByCaseFile(Streamer, NodeList, double) - Method in class norsys.netica.Net
case file:  learning CPTs fromnode:  CPT tabletables:  learningCPT table:  learninglearning from dataRevises the CPTs of these nodes, to account for the cases in the given file.
reviseCPTsByFindings(NodeList, double) - Method in class norsys.netica.Net
findings:  learning fromnode:  CPT tabletables:  learningCPT table:  learninglearning from dataRevises the CPTs of these nodes, to account for the currently entered case.
rowsPanel - Variable in class norsys.netica.gui.NodePanel_BeliefBars
The panel containing all the NodePanel_BeliefBarsRow objects, one for each state of this node.
rowsPanel - Variable in class norsys.netica.gui.NodePanel_BeliefBar
The panel containing all the NodePanel_BeliefBarRow objects, one for each state of this node.

S

Sensitivity - class norsys.netica.Sensitivity.
A sensitivity measurer, which determines to what degree a new finding at one node is expected to affect the beliefs of a certain other node.
Sensitivity(Node, NodeList, int) - Constructor for class norsys.netica.Sensitivity
ENTROPY_SENSV REAL_SENSV VARIANCE_SENSVSensitivity:  creatingsensitivity to findingsSensitivity:  in useSensitivity:  in use ENTROPY_SENSV:  in usefinalize:  in usesensitivity to findingsvalue of informationmutual informationentropy reductionvariance reductionCreates a sensitivity measuring object, which measures how much the beliefs at one node (called the "query node") will change if a finding is entered at another node (called the "findings node").
setArgumentChecking(int) - Method in class norsys.netica.Environ
argument checkingEnviron:  setting checking leveldebug modechecking arguments NO_CHECK QUICK_CHECK REGULAR_CHECK COMPLETE_CHECK QUERY_CHECKSets the level to which Netica checks all arguments you pass it (one of NO_CHECK, QUICK_CHECK, REGULAR_CHECK, COMPLETE_CHECK).
setArrowHeadLength(int) - Method in class norsys.netica.gui.LinkGraphic
Sets the length of the arrow head.
setArrowHeadWidth(int) - Method in class norsys.netica.gui.LinkGraphic
Sets the width of the arrow head.
setAutoUpdate(int) - Method in class norsys.netica.Net
net:  auto-updatingauto-updatingtime saving:  auto-update BELIEF_UPDATEmemory saving:  auto-updatespeed enhance:  auto-updateTurns auto-updating on or off.
setBytes(String, byte[]) - Method in class norsys.netica.User
user defined fields:  settingAttaches user defined byte data to this object under category 'fieldName'.
setCaseFileDelimChar(char) - Method in class norsys.netica.Environ
case file:  separator charseparator char:  in case filetab chars in case filecommas in case filedelimeter characterEnviron:  setting case file charsSets the symbol used to separate data fields in a case file being created by Netica.
setComment(String) - Method in class norsys.netica.General
descriptive comment:  for net, node, or statenet:  descriptive commentnode:  descriptive commentstate:  descriptive commentSets the documentation or a description of an object.
setConstructorClass(String) - Static method in class norsys.netica.Node
Sets the classname that Netica-J will use to independently construct Nodes.
setConstructorClass(String) - Static method in class norsys.netica.Net
Sets the classname that Netica-J will use to independently construct Nets.
setCPTable(float[]) - Method in class norsys.netica.Node
Sets the entire CPTable of this node in one call.
setCPTable(int[], float[]) - Method in class norsys.netica.Node
WILDCARD_STATEprobability (as float)node:  tablestables:  settingCPT table:  setting EVERY_STATESets the probabilities for each state of this node, conditioned on its parent nodes.
setCPTable(String, float[]) - Method in class norsys.netica.Node
This does the same as setCPTable(int[], float[]) except that it takes the parent states as a string rather than as an integer array.
setDisplayMode(int) - Method in class norsys.netica.gui.NodePanel
Sets whether the node is displayed as grayed, normal, or hi-lited.
setDisplayMode(int) - Method in class norsys.netica.gui.LinkGraphic
Sets whether the link is displayed as grayed, normal, or hi-lited.
setElimOrder(NodeList) - Method in class norsys.netica.Net
net:  elimination orderSets an "Elimination order" of all the nodes in this net, used to guide compiling to find an efficient junction tree.
setEndPoint(Point) - Method in class norsys.netica.gui.LinkGraphic
Sets the endpoint (arrowhead end) of the link, using Graphics coordinates.
setEquation(String) - Method in class norsys.netica.Node
node:  equationequation:  settingSets the equation giving the probability of this node conditioned on its parent nodes, or the value of this node as a function of its parents.
setExperTable(double) - Method in class norsys.netica.Node
EVERY_STATESets the experience of this node as a function of its parent nodes.
setExperTable(int[], double) - Method in class norsys.netica.Node
WILDCARD_STATEnode:  experience tabletables:  settingexperience table:  setting EVERY_STATESets the experience of this node as a function of its parent nodes.
setInputName(int, String) - Method in class norsys.netica.Node
NAME_MAXnode:  input namesSets the name of this node's input (i.e., link).
setKind(int) - Method in class norsys.netica.Node
NATURE_NODE DECISION_NODE UTILITY_NODE CONSTANT_NODEnode kindnode:  kindSets whether this node is a nature, decision, utility or constant node.
setLevels(double[]) - Method in class norsys.netica.Node
continuouslevel of discretized node (as double)node:  modifying statesnode:  discretizingstates:  discretizingstates:  levelsstates:  number of INFINITYlevels listdiscretizationreal valueSets the levels list of this node to levels.
setLinkPolicy(int) - Method in class norsys.netica.gui.NetPanel
Sets the policy for displaying links, that is, whether they appear above or below NodePanels, or not at all.
setMaxIterations(int) - Method in class norsys.netica.Learner
Learner:  terminationSets the maximum number of learning-step iterations (i.e., complete passes through the data) which will be done when learner is used, after which learning will be automatically terminated.
setMaxMemoryUsage(double) - Method in class norsys.netica.Environ
Deprecated. use setMemoryUsageLimit (maxMem) instead.
setMaxTolerance(double) - Method in class norsys.netica.Learner
Learner:  terminationSets the tolerance for the minimum change in data log likelihood between consecutive passes through the data, as a termination condition for any learning to be done by learner.
setMemoryUsageLimit(double) - Method in class norsys.netica.Environ
Environ:  limiting memory usagememory usage limitingCall this method anytime to adjust the amount of memory that Netica is permitted to allocate for tables.
setMissingDataChar(char) - Method in class norsys.netica.Environ
case file:  missing data char* in case file? in case filemissing data characterEnviron:  setting case file charsSets the symbol to be used for indicating missing data fields in a case file created by Netica.
setName(String) - Method in class norsys.netica.General
net:  namenode:  namestate:  namename:  of net, node, or state NAME_MAXChanges the name of this object to be name.
setNodeStyle(NodeList, int) - Method in class norsys.netica.gui.NetPanel
Change the display mode style of all the nodes in nodeList to newStyle.
setNumber(String, double) - Method in class norsys.netica.User
user defined fields:  settingAttaches user defined numeric data to this object under category 'fieldName'.
setNumeric(double) - Method in class norsys.netica.State
Sets the real value to be associated with this discrete state.
setObject(String, Serializable) - Method in class norsys.netica.User
user defined fields:  settingAttaches user defined object data to this object under category 'fieldName'.
setPassword(String) - Method in class norsys.netica.Streamer
.neta file format:  in useStreamer:  setting passwordStreamer:  in useencryptionencryptionpassword for encryptionSets the password that Netica will use for either encrypting an output stream, or for decrypting an input stream.
setPosition(double, double) - Method in class norsys.netica.VisualNode
node:  visual positionvisual position of nodeposition of nodeMoves this node so that its center is at coordinates (x, y), for any visual display (e.g., in Netica Application).
setReal(double) - Method in class norsys.netica.Value
Same as enterReal(double), only it first clears the node's value (by calling clear).
setRealFuncTable(int[], double) - Method in class norsys.netica.Node
WILDCARD_STATEnode:  function tabletables:  settingfunction table:  setting EVERY_STATESets the real value of this (continuous) deterministic node as a function of its parent nodes.
setReference(Object) - Method in class norsys.netica.User
user defined fields:  settingAttaches an arbitrary data object to this User object.
setStartPoint(Point) - Method in class norsys.netica.gui.LinkGraphic
Sets the startpoint (non-arrowhead end) of the link, using Graphics coordinates.
setState(int) - Method in class norsys.netica.Value
finding:  enteringpositive finding:  enteringSame as enterState only it first clears the value (by calling clear).
setState(String) - Method in class norsys.netica.Value
Same as enterState(String), only it first clears the node's value (by calling clear).
setStateFuncTable(int[], int) - Method in class norsys.netica.Node
WILDCARD_STATEnode:  function tabletables:  settingfunction table:  setting EVERY_STATESets the state value of this (discrete or discretized) deterministic node as a function of its parent nodes.
setStateNames(String) - Method in class norsys.netica.Node
Names the states of this node using the list of names names.
setString(String, String) - Method in class norsys.netica.User
user defined fields:  settingAttaches user defined text data to this object under category 'fieldName'.
setStroke(Stroke) - Method in class norsys.netica.gui.LinkGraphic
Sets the java.awt.Stroke used for drawing the line portion (body) of the link.
setStyle(String) - Method in class norsys.netica.VisualNode
node:  visual stylevisual style of nodestyle of nodeSets the style of this node for any visual display (e.g., in Netica Application, or within a NetPanel).
setSubnet(NodeList) - Method in class norsys.netica.gui.NetPanel
Display only those nodes in nodeList.
setTitle(String) - Method in class norsys.netica.General
net:  titlenode:  titlestate:  titleSets the title of this object to the unrestricted string title.
setupPanel() - Method in class norsys.netica.gui.NodePanel
Create subcomponents of this NodePanel and add them to this Container.
setupPanel() - Method in class norsys.netica.gui.NodePanel_LabeledBox
 
setupPanel() - Method in class norsys.netica.gui.NodePanel_BeliefBars
 
setupPanel() - Method in class norsys.netica.gui.NodePanel_BeliefBar
 
setupPanel() - Method in class norsys.netica.gui.NodePanel_Text
 
setupPanel() - Method in class norsys.netica.gui.NodePanel_Circle
 
sizeCompiled() - Method in class norsys.netica.Net
junction tree:  sizenet:  size compiledmemory requiredspeed of inferencecompiled net:  size resultingsize of junction treespeed of inferenceReturns the total size of the internal structure created by compiling a net (i.e., the junction tree, including sepsets), considering the findings currently entered.
State - class norsys.netica.State.
A state of a discrete Node, or a state of a discretized continuous Node.
STATE_NOT_VALUE - Static variable in class norsys.netica.Value
STATE_NOT_VALUEThis (discrete or discretized) node is not in one or more of its possible states, and could be in at least two states.
STATE_VALUE - Static variable in class norsys.netica.Value
STATE_VALUEThis (discrete or discretized) node is in precisely a single one of its states.
state(int) - Method in class norsys.netica.Node
Returns a state of this node.
state(String) - Method in class norsys.netica.Node
Returns a state of this node.
stateNameLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBarsRow
The state name JLabel Component.
stateNameLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBarRow
The state name JLabel Component.
stateValueLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBarsRow
The state value JLabel Component.
stateValueLabel - Variable in class norsys.netica.gui.NodePanel_BeliefBarRow
The state value JLabel Component.
Streamer - class norsys.netica.Streamer.
An I/O handle to a file (for reading, writing, etc.).
Streamer(InputStream, String, Environ) - Constructor for class norsys.netica.Streamer
Constructs a Norsys stream from a java.io.InputStream.
Streamer(OutputStream, String, Environ) - Constructor for class norsys.netica.Streamer
Constructs a Norsys stream from a java.io.OutputStream.
Streamer(String) - Constructor for class norsys.netica.Streamer
Constructs a Norsys stream for the file with name filename, in the current default Environ (see getDefaultEnviron).
Streamer(String, Environ) - Constructor for class norsys.netica.Streamer
Streamer:  creatingConstructs a Norsys stream for the file with name filename.
switchParent(int, Node) - Method in class norsys.netica.Node
disconnected link:  connectingnode:  parentsSwitches the parent of the identified link with newParent.

T

testWithFile(Streamer) - Method in class norsys.netica.NetTester
NetTester:  doing testsScans through the case data in inStream to do a number of performance tests on a Bayes net (specified when creating the this NetTester).
TEXT_TYPE - Static variable in class norsys.netica.Node
TEXT_TYPEA future type of Node, one used for holding or rendering text.
toDoubles(float[]) - Static method in class norsys.netica.Util
Converts a float array to a double array.
toFloats(double[]) - Static method in class norsys.netica.Util
Converts a double array to a float array.
toString() - Method in class norsys.netica.NeticaError
Returns a readable string representation of this error.
toString() - Method in class norsys.netica.General
Returns the value of getName.
toString() - Method in class norsys.netica.gui.LinkGraphic
Returns a compact description of the link.

U

uncompile() - Method in class norsys.netica.Net
junction tree:  deletingcompile net:  uncompilingnet:  uncompilingReleases the resources (e.g., memory) used by a compiled net.
UNDEF_DBL - Static variable in class norsys.netica.Environ
UNDEF_DBLThe number used to represent unknown or nonexistent numeric values.
UNDEF_STATE - Static variable in class norsys.netica.Node
Deprecated. use State.UNDEF_STATE
UNDEF_STATE - Static variable in class norsys.netica.State
UNDEF_STATEIndicates that the state value is unknown or nonexistent.
User - class norsys.netica.User.
A class that provides facilities for defining and retrieving arbitrary user-defined data.
USER_ABORTED_CND - Static variable in class norsys.netica.NeticaError
USER_ABORTED_CNDUser halted the method before it completed (not possible when using a Netica API version without the user interface).
user() - Method in class norsys.netica.General
Retrieve the User object that stores user controlled data associated with this object.
Util - class norsys.netica.Util.
A collection of static methods of general use to Java developers.
UTILITY_NODE - Static variable in class norsys.netica.Node
UTILITY_NODEThis node specifies the agent's desires; its expected value will be maximized.

V

Value - class norsys.netica.Value.
The Value object is used to set a variable (node) to a certain value, or to provide uncertain information on the value.
VARIANCE_SENSV - Static variable in class norsys.netica.Sensitivity
VARIANCE_SENSVMeasure variance or mean squared change.
visual() - Method in class norsys.netica.Node
Return the VisualNode object which can be used to control the visual display of this node in Netica Application.
VisualNode - class norsys.netica.VisualNode.
An object representing the visual aspects of a Netica Node as it would be displayed in the Netica Application.

W

WARNING_ERR - Static variable in class norsys.netica.NeticaError
WARNING_ERREvent occurred at "warning" level - safe to proceed (e.g., user error, recovered okay).
write(Streamer) - Method in class norsys.netica.Net
.neta file format.dne/.dnet file formatnet:  writing to fileStreamer:  writing toWrites this net to a stream specified by outStream.
writeCase(Streamer, NodeList, long, double) - Method in class norsys.netica.Net
Deprecated. use writeFindings instead. Note that the order of the parameters has changed to be consistent with that for readFindings.
writeCases(Streamer) - Method in class norsys.netica.Caseset
Caseset:  writing to fileStreamer:  writing toWrites all the cases within this Caseset to inStream.
writeFindings(Streamer, NodeList, long, double) - Method in class norsys.netica.Net
findings:  writing to filenet:  writing findings to fileStreamer:  writing toCaseset position (as long)case file:  creatingSaves in file the set of findings currently entered in nodeList, so that later they can be read back with readFindings.

X

XXX_ERR - Static variable in class norsys.netica.NeticaError
XXX_ERRInternal error, things left inconsistent - continuing could crash system.

A B C D E F G H I L M N O P Q R S T U V W X