|
Class Summary |
| Block |
This is the basic node class that all of the other type of
nodes will inherit from. It contains the values that are
applicate to each of the other classes. (e.g. |
| ChanceBlock |
This class inherits all of the functionality of the Block
class. It is then specalized to be a probability node, and
thus it holds the names and values associated with different
probabilities. |
| ConverterParamDialog |
|
| CountGraphErrors |
This is a class that takes in a generated Bayesian network and a gold
standard bayesian network and will look for different graph error
calculations that have been found within them. |
| EditNode |
This class is responsible for the panel that displays the names
and values of states that correspond to each node. |
| FileIO |
This class is responsible for the reading and writing of the Bayesian
Networks to disk. |
| GraphErrorDialog |
This is the class that displays a dialog which tells the user how many
addition, deletion, and reversal errors have been found in the graph
compared to the GoldStandard graph. |
| GraphErrorInput |
This is a standalone class that will allow the user the ability to call
a dialog that will ask for the name of a bayesian network, and the gold
standard graph, so that they can be compared for the calculation of
graph errors. |
| GraphicalBlock |
This class contains all of the information for drawing the
corresponding blocks on to the panel and allows the user to
manipulate them. |
| GraphicalPanel |
The GraphicalPanel class is responsible for holding the GraphicalBlock
class. |
| GUI |
A collection of helpful functions when working with GridBagLayout and dialogs. |
| Item |
This class is responsible for keeping track of the node and the
corresponding graphical representation of the node. |
| K2ParamDialog |
The main GUI, this class is a dialog box that controls the inputs for
K2. |
| LSParamDialog |
The main GUI, this class is a dialog box that controls the inputs for
LS, which can be run with or without evidence. |
| SampParamDialog |
The main GUI, this class is a dialog box that controls the inputs for
stochastic sampling methods, including forward sampling with likelihood
weighting, logic sampling, self-importance sampling, and adaptive importance
sampling. |
| SaveDialog |
This is a custom built dialog box that lets the user have three options
on whether they want to save, or not save, or cancel the operation. |
| Standalone |
This class provides the ability for the Viewer to be run in a Standalone
version. |
| Test |
Title: Glue Code
Description:
Copyright: Copyright (c) 2002
Company: KDD / cis.ksu.edu |
| TextDocumentListener |
This class is an extension of a DocumentListener. |
| UBN |
Title: xbneditor
Description: serve as an unified BBN file bus format
open .dsl, .net, .xml format Bayesian networks files
edit & save as .xml file format
Copyright: Copyright (c) 2001
Company: KSUKDD |
| XBN |
The main GUI, this class contains all of the GUI features. |