Serialized Form
inputLayer
com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer inputLayer
- the input layer for the network
hiddenLayer
com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer hiddenLayer
- the hidden layer for the network
outputLayer
com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer outputLayer
- the output layer for the network
bias
double bias
- the value that the neuron will always output
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
messageBox
javax.swing.JTextArea messageBox
- textbox to display messages
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
objectBrowserInternalFrame
com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame objectBrowserInternalFrame
- reference to the object browser (tree)
objectViewerInternalFrame
com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame objectViewerInternalFrame
- reference to the object viewer (grid)
debugMessageInternalFrame
com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame debugMessageInternalFrame
- reference to the debug message window
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
statusBar
com.huguesjohnson.jail.jailBreak.JailBreakStatusbar statusBar
- reference to the statusbar for this frame
toolBar
com.huguesjohnson.jail.jailBreak.JailBreakToolbar toolBar
- reference to the toolbar for this frame
menuBar
com.huguesjohnson.jail.jailBreak.JailBreakMenu menuBar
- reference to the menubar for this frame
desktopPane
com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane desktopPane
- reference to the desktop pane for this frame
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
exitAction
com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent exitAction
- the action selected by the user when the dialog is exited
inputLayerSizeField
javax.swing.JFormattedTextField inputLayerSizeField
- formatted text field to enter input layer size
hiddenLayerSizeField
javax.swing.JFormattedTextField hiddenLayerSizeField
- formatted text field to enter hidden layer size
outputLayerSizeField
javax.swing.JFormattedTextField outputLayerSizeField
- formatted text field to enter ouyput layer size
inputSizeField
javax.swing.JFormattedTextField inputSizeField
- formatted text field to enter input size
punishRateField
javax.swing.JFormattedTextField punishRateField
- formatted text field to enter punish rate
rewardRateField
javax.swing.JFormattedTextField rewardRateField
- formatted text field to enter reward rate
errorThresholdField
javax.swing.JFormattedTextField errorThresholdField
- formatted text field to enter error threshold
minWeightField
javax.swing.JFormattedTextField minWeightField
- formatted text field to enter minimum weight
maxWeightField
javax.swing.JFormattedTextField maxWeightField
- formatted text field to enter maximum weight
helpText
javax.swing.JLabel helpText
- text area to display help
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
insertButton
javax.swing.JButton insertButton
- reference to insert button
removeButton
javax.swing.JButton removeButton
- reference to remove button
tree
com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree tree
- reference to the tree
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
settingsTable
com.huguesjohnson.jail.jailBreak.JailBreakTable settingsTable
- reference to the settings table
inputTable
com.huguesjohnson.jail.jailBreak.JailBreakTable inputTable
- reference to the input table
weightsTable
com.huguesjohnson.jail.jailBreak.JailBreakTable weightsTable
- reference to the weights table
desiredOutputTable
com.huguesjohnson.jail.jailBreak.JailBreakTable desiredOutputTable
- reference to the desired output table
outputTable
com.huguesjohnson.jail.jailBreak.JailBreakTable outputTable
- reference to the output table
firstPaint
boolean firstPaint
- is this the first time this component has been painted?
inputOutputSplitPane
javax.swing.JSplitPane inputOutputSplitPane
- split pane holding input/output tables
settingsSplitPane
javax.swing.JSplitPane settingsSplitPane
- split pane holding settings tables
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
workingDirectory
java.lang.String workingDirectory
- the working directory
exitAction
com.huguesjohnson.jail.jailBreak.event.JailBreakEvent exitAction
- the action selected by the user when the dialog is exited
newList
javax.swing.JList newList
- list of new components
newListModel
javax.swing.DefaultListModel newListModel
- underlying model for list of new components
fileTextField
javax.swing.JTextField fileTextField
- textfield to allow user to input a file
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
originalCellValue
java.lang.String originalCellValue
- original value of the last selected cell
tableModel
javax.swing.table.DefaultTableModel tableModel
- the underlying model for this table
resourcePath
java.lang.String resourcePath
- the path to the folder containing images for current theme
defaultResourcePath
java.lang.String defaultResourcePath
- the path to the folder containing default images
neurons
java.util.Vector neurons
- vector of neurons stored in the layer
output
double[] output
- the output of the layer
error
double error
- error of the layer
myThread
java.lang.Thread myThread
- thread for this class
myThread
java.lang.Thread myThread
- thread for this class
caption
java.lang.String caption
- the caption for this node
inputs
double[] inputs
- array of input to the neuron
weights
double[] weights
- array of weights in network
doneTraining
boolean doneTraining
- training status of a neuron
desiredOutput
double desiredOutput
- desired output for neuron
punishRate
double punishRate
- punish rate for neuron
rewardRate
double rewardRate
- reward rate for neuron
errorThreshold
double errorThreshold
- error threshold for neuron
splashImage
java.awt.Image splashImage
- the image to display