A B C D E F G I J K L M N O P R S T U V W

A

accept(File) - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.BackPropagationNetworkFilter
tests if a file fits the filter
accept(File) - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter
tests if a file fits the filter
accept(File) - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkDataFileFilter
tests if a file fits the filter
accept(File, String) - Method in class com.huguesjohnson.DirectoryFilter
accept returns true if the file and name passed are a directory
ACTION_CANCEL - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_CHANGE_STYLE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_CHANGE_THEME - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_EXIT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_HELP_ABOUT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_HELP_API - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_HELP_FAQ - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_HELP_INDEX - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_HELP_README - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_INSERT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_NEW - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_NEW_BPNN - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_NEW_DT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_OK - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_OPEN - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_OPTIONS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_REMOVE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_RUN - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_RUN_FILE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_SAVE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_SAVE_AS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_STYLE_JAVA - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_STYLE_SYSTEM - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_TRAIN - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_TRAIN_FILE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_BROWSER - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_DEBUG - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_MENU - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_NODE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_STATUS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ACTION_VIEW_TOOLBAR - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
actionListener(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
actionListener receives events from the GUI
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakToolbar
actionPerformed listener for all events
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard
occurs when a button is clicked
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
actionListener receives events from the GUI
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
actionListener receives events from the GUI
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
occurs when a button is clicked
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMenu
actionPerformed listener for all events
activation() - Method in class com.huguesjohnson.jail.neuralNetwork.BiasNeuron
activation function
activation() - Method in class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
activation function
activation() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
activation function for the neuron
activation() - Method in class com.huguesjohnson.jail.neuralNetwork.Perceptron
activation function for neuron
adjustTrainingRate(double) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
adjusts training rates and error thresholds for every neuron in the layer values greater than 1.0 increase training rate, values between 0.0 and 1.0 decrease training rate
adjustWeights() - Method in class com.huguesjohnson.jail.neuralNetwork.BiasNeuron
not implemented for BiasNeuron
adjustWeights() - Method in class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
adjust weights for the neuron
adjustWeights() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
adjust the weights for this neuron
adjustWeights() - Method in class com.huguesjohnson.jail.neuralNetwork.Perceptron
adjust weights for the neuron

B

BackPropagationLayer - class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer.
class BackPropagationLayer
BackPropagationLayer() - Constructor for class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer
default constructor
BackPropagationLayer(int, int, double, double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer
constructor
BackPropagationNetwork - class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork.
BackPropagationNetwork
BackPropagationNetwork(int, int, int, int, double, double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
constructor
BackPropagationNetworkFilter - class com.huguesjohnson.jail.jailBreak.fileFilter.BackPropagationNetworkFilter.
filter for saving/loading BackPropagation networks
BackPropagationNetworkFilter() - Constructor for class com.huguesjohnson.jail.jailBreak.fileFilter.BackPropagationNetworkFilter
default constructor
BiasNeuron - class com.huguesjohnson.jail.neuralNetwork.BiasNeuron.
BiasNeuron
BiasNeuron(double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.BiasNeuron
constructor
BPNN_DEFAULT_ERROR_THRESHOLD - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_HIDDEN_LAYER_SIZE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_INPUT_LAYER_SIZE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_INPUT_SIZE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_MAX_WEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_MIN_WEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_OUTPUT_LAYER_SIZE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_PUNISH_RATE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_REWARD_RATE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BPNN_DEFAULT_TRAINING_ITERATIONS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BROWSE_FRAME_DEFAULT_HEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BROWSE_FRAME_DEFAULT_WIDTH - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BROWSE_FRAME_DEFAULT_X - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
BROWSE_FRAME_DEFAULT_Y - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

C

CAPTION_ABOUT_MESSAGE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
CAPTION_ABOUT_WINDOW - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
CAPTION_BROWSE_FRAME - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
CAPTION_DEBUG_FRAME - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
CAPTION_VIEW_FRAME - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
CAPTION_WINDOW - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
clear() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame
clears the messages being displayed
close() - Method in class com.huguesjohnson.LogFile
flushes buffer and closes logFile
close() - Method in class com.huguesjohnson.DataFile
closes the file
closeWindow() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
method invoked when the window is closed
com.huguesjohnson - package com.huguesjohnson
 
com.huguesjohnson.jail.jailBreak - package com.huguesjohnson.jail.jailBreak
 
com.huguesjohnson.jail.jailBreak.event - package com.huguesjohnson.jail.jailBreak.event
 
com.huguesjohnson.jail.jailBreak.fileFilter - package com.huguesjohnson.jail.jailBreak.fileFilter
 
com.huguesjohnson.jail.jailBreak.tree - package com.huguesjohnson.jail.jailBreak.tree
 
com.huguesjohnson.jail.jailBreak.wizard - package com.huguesjohnson.jail.jailBreak.wizard
 
com.huguesjohnson.jail.neuralNetwork - package com.huguesjohnson.jail.neuralNetwork
 
com.huguesjohnson.ui - package com.huguesjohnson.ui
 
computeError() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
computes the error of the layer (desiredOutput-actualOutput)
computeOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
compute the output of the layer
computeOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.KohonenLayer
compute the output for the layer
computeOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer
computes the output for the layer

D

DataFile - class com.huguesjohnson.DataFile.
class DataFile
DataFile(String) - Constructor for class com.huguesjohnson.DataFile
constructor, uses default comment and delimiter characters
DataFile(String, String, String) - Constructor for class com.huguesjohnson.DataFile
constructor, uses default comment and delimiter characters
DEBUG_FRAME_DEFAULT_HEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
DEBUG_FRAME_DEFAULT_WIDTH - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
DEBUG_FRAME_DEFAULT_X - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
DEBUG_FRAME_DEFAULT_Y - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
DESIRED_OUTPUT_TABLE_COLUMNS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
DirectoryFilter - class com.huguesjohnson.DirectoryFilter.
class DirectoryFilter
DirectoryFilter() - Constructor for class com.huguesjohnson.DirectoryFilter
 

E

editCellAt(int, int, EventObject) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakTable
event that fires when a cell is attempted to be edited
endOfFile() - Method in class com.huguesjohnson.DataFile
endOfFile
ERROR_NO_ACTIVE_OBJECT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
ERROR_UNABLE_TO_LOAD - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

F

finalize() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
destructor

G

getActionCommand() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
getActionCommand retrieves the action command associated with the event
getDescription() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.BackPropagationNetworkFilter
getDescription returns the description of files accepted by the filter
getDescription() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter
getDescription returns the description of files accepted by the filter
getDescription() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkDataFileFilter
getDescription returns the description of files accepted by the filter
getDesiredOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the desired output of the layer
getDesiredOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the desired output of the network
getDesiredOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the desired output of the neuron
getDoneTraining() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the training status of the layer
getDoneTraining() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns whether or not the neuron is done training
getError() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the error of the layer
getError() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the error of the network
getError() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
returns the error for the network
getErrorThreshold() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the error threshold field
getErrorThreshold() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the error threshold for the neuron
getExitActionEvent() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard
returns the last action selected by the user
getExitActionEvent() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the last action selected by the user
getFileName() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
returns the name of the file that was opened
getFilter() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
returns the FileFilter of the file that was opened The FileFilter indicates the type of file that was opened
getHiddenLayer() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the hidden layer
getHiddenLayerSize() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the hidden layer size field
getInput() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getInput
getInput(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getInput returns a specific input in the neuron
getInputCount() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the number of inputs to this neuron
getInputLayer() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the input layer
getInputLayerSize() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the input layer size field
getInputs() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getInputs same getInput, just around for backwards compatibility
getInputSize() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the input size field
getMaxWeight() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the maximum weight field
getMinWeight() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the minimum weight field
getNeuron(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the neuron at the specified index in the layer
getNextLine() - Method in class com.huguesjohnson.DataFile
getNextLine, retrieves the next line of data
getOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the output of the layer
getOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the output of the network
getOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
returns the output for the network
getOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the output (activation) of this neuron
getOutput(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the output of a specific neuron in the layer
getOutputLayer() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
returns the output layer
getOutputLayerSize() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the output layer size field
getParameter() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
getParamter retrieves the parameter associated with the event
getPunishRate() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the punish rate field
getPunishRate() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the punish rate for the neuron
getRewardRate() - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
returns the value of the reward rate field
getRewardRate() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the reward rate for the neuron
getSelectedObject() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
returns the underlying object of the selected node
getSize() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns the number of neurons in the layer
getTreeSelection() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
returns the item currently selected in the tree
getTreeSelection() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
returns the current tree selection
getTreeSelection() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
returns the item currently selected in the tree
getUserObject() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent
returns the object behind the node that was selected
getWeight(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getWeight retreives a specific weight in the neuron
getWeightCount() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns the number of weights for this neuron
getWeights() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getWeights
getZ() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
getZ computes a summation of all inputs*weights

I

initOutput() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
clears the output array
INPUT_TABLE_COLUMNS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
insertNeuron(int, Neuron) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
inserts a neuron at the specified index in the layer
insertNeuron(Neuron) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
inserts a neuron to the bottom of the layer
INTERNAL_FRAME_CLOSABLE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
INTERNAL_FRAME_ICONIFIABLE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
INTERNAL_FRAME_MAXIMIZABLE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
INTERNAL_FRAME_RESIZABLE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

J

JailBreak - class com.huguesjohnson.jail.jailBreak.JailBreak.
class JailBreak
JailBreak() - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreak
constructor sets the resource path and creates the window
JailBreakActionEvent - class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent.
class JailBreakActionEvent represents GUI actions
JailBreakActionEvent(String) - Constructor for class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
default constructor
JailBreakActionEvent(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
constructor
JailBreakDebugMessageInternalFrame - class com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame.
JailBreakDebugMessageInternalFrame Internal frame which displays debugging messages
JailBreakDebugMessageInternalFrame(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame
Creates new JailBreakObjectBrowserInternalFrame
JailBreakDesktopPane - class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane.
class JailBreakDesktopPane
JailBreakDesktopPane(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
Creates new JailBreakDesktopPane
JailBreakEvent - class com.huguesjohnson.jail.jailBreak.event.JailBreakEvent.
class JailBreakEvent abstract event class for JailBreak
JailBreakEvent() - Constructor for class com.huguesjohnson.jail.jailBreak.event.JailBreakEvent
default constructor
JailBreakMainFrame - class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame.
class JailBreakMainFrame
JailBreakMainFrame(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
Creates new JailBreakDesktopPane
JailBreakMenu - class com.huguesjohnson.jail.jailBreak.JailBreakMenu.
class JailBreakMenu
JailBreakMenu(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakMenu
Creates new JailBreakMenu
JailBreakNetworkTree - class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree.
JailBreakNetworkTree displays a neural network or decision tree
JailBreakNetworkTree(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
Creates new JailBreakNetworkTree
JailBreakNewBackPropagationNetworkWizard - class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard.
dialog to create a new backpropagation neural network
JailBreakNewBackPropagationNetworkWizard(Frame, String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard
constructor
JailBreakObjectBrowserInternalFrame - class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame.
JailBreakObjectBrowserInternalFrame Internal frame which displays tree to browse neural network or decision tree
JailBreakObjectBrowserInternalFrame(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
Creates new JailBreakObjectBrowserInternalFrame
JailBreakObjectViewerInternalFrame - class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame.
JailBreakObjectViewerInternalFrame Internal frame which displays detailed information about an object
JailBreakObjectViewerInternalFrame(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
Creates new JailBreakObjectViewerInternalFrame
JailBreakOpenFileEvent - class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent.
class JailBreakOpenFileEvent Event that occurs when a file is opened
JailBreakOpenFileEvent(String, FileFilter) - Constructor for class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
constructor
JailBreakStartupWizard - class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard.
JailBreakStartupWizard startup dialog
JailBreakStartupWizard(Frame, String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard
constructor
JailBreakStatusbar - class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar.
JailBreakStatusbar displays progress and status for main window
JailBreakStatusbar(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar
Creates new JailBreakStatusbar
JailBreakTable - class com.huguesjohnson.jail.jailBreak.JailBreakTable.
JTable used to display and edit information
JailBreakTable(String, String, Object[][], Object[]) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakTable
Constructs a JailBreakTable to display the values in the Vector of Vectors, rowData, with column names, columnNames
JailBreakToolbar - class com.huguesjohnson.jail.jailBreak.JailBreakToolbar.
class JailBreakToolbar toolbar for the main window
JailBreakToolbar(String, String) - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakToolbar
Creates new JailBreakMenu
JailBreakTreeSelectionEvent - class com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent.
class JailBreakTreeSelectionEvent represents a tree selection
JailBreakTreeSelectionEvent(Object) - Constructor for class com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent
constructor
JailBreakUIConstants - class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants.
 
JailBreakUIConstants() - Constructor for class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

K

KohonenLayer - class com.huguesjohnson.jail.neuralNetwork.KohonenLayer.
KohonenLayer
KohonenLayer() - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenLayer
default constructor
KohonenLayer(int, int, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenLayer
constructor
KohonenNeuron - class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron.
KohonenNeuron
KohonenNeuron() - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
default constructor
KohonenNeuron(double[], double[], double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
constructor
KohonenNeuron(double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
constructor
KohonenNeuron(double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron
constructor

L

Layer - class com.huguesjohnson.jail.neuralNetwork.Layer.
class Layer
LAYER_SETTINGS_ROW_COUNT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
LAYER_SETTINGS_ROW_DONE_TRAINING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
LAYER_SETTINGS_ROW_ERROR - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
LAYER_SETTINGS_ROWS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
Layer() - Constructor for class com.huguesjohnson.jail.neuralNetwork.Layer
default constructor
LayerException - exception com.huguesjohnson.jail.neuralNetwork.LayerException.
class Exception
LayerException() - Constructor for class com.huguesjohnson.jail.neuralNetwork.LayerException
Creates new LayerException without detail message.
LayerException(String) - Constructor for class com.huguesjohnson.jail.neuralNetwork.LayerException
Constructs a LayerException with the specified detail message.
log(String) - Method in class com.huguesjohnson.LogFile
appends a line to the log
log(String) - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
append a line to the log file
LogFile - class com.huguesjohnson.LogFile.
class LogFile
LogFile(String) - Constructor for class com.huguesjohnson.LogFile
constructor

M

MAIN_FRAME_DEFAULT_HEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
MAIN_FRAME_DEFAULT_WIDTH - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
main(String[]) - Static method in class com.huguesjohnson.jail.jailBreak.JailBreak
entry point for program
main(String[]) - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
entry point for test routines

N

NETWORK_SETTINGS_ROW_COUNT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NETWORK_SETTINGS_ROW_ERROR - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NETWORK_SETTINGS_ROWS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
networkRunComplete() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
method invoked when the network run is complete
NeuralNetwork - class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork.
class NeuralNetwork, base class for neural network objects contains a functionality that is common to all neural networks
NeuralNetwork() - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
default constructor
NeuralNetwork(String) - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
constructor
NeuralNetworkDataFileFilter - class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkDataFileFilter.
filter for saving/loading neural network data files
NeuralNetworkDataFileFilter() - Constructor for class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkDataFileFilter
default constructor
NeuralNetworkException - exception com.huguesjohnson.jail.neuralNetwork.NeuralNetworkException.
class NeuralNetworkException
NeuralNetworkException() - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuralNetworkException
Creates new NeuralNetworkException without detail message
NeuralNetworkException(String) - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuralNetworkException
Constructs an NeuralNetworkException with the specified detail message
NeuralNetworkTrainingFileFilter - class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter.
filter for saving/loading neural network training files
NeuralNetworkTrainingFileFilter() - Constructor for class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter
default constructor
NeuralNetworkTreeNode - class com.huguesjohnson.jail.jailBreak.tree.NeuralNetworkTreeNode.
NeuralNetworkTreeNode model for displaying a neural network in a tree
NeuralNetworkTreeNode(Object, String) - Constructor for class com.huguesjohnson.jail.jailBreak.tree.NeuralNetworkTreeNode
constructor
Neuron - class com.huguesjohnson.jail.neuralNetwork.Neuron.
class Neuron base class for neuron objects contains a functionality that is common to all neurons
NEURON_SETTINGS_ROW_COUNT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NEURON_SETTINGS_ROW_DONE_TRAINING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NEURON_SETTINGS_ROW_ERROR_THRESHOLD - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NEURON_SETTINGS_ROW_PUNISH_RATE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NEURON_SETTINGS_ROW_REWARD_RATE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
NEURON_SETTINGS_ROWS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
Neuron() - Constructor for class com.huguesjohnson.jail.neuralNetwork.Neuron
default constructor
Neuron(double[], double[], double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Neuron
constructor
Neuron(double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Neuron
constructor
Neuron(double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Neuron
constructor
NeuronException - exception com.huguesjohnson.jail.neuralNetwork.NeuronException.
class NeuronException
NeuronException() - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuronException
Creates new NeuronException without detail message
NeuronException(String) - Constructor for class com.huguesjohnson.jail.neuralNetwork.NeuronException
Constructs an NeuronException with the specified detail message

O

OUTPUT_TABLE_COLUMNS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

P

paint(Graphics) - Method in class com.huguesjohnson.ui.SplashScreen
draws the image onto the window
paint(Graphics) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
paints the component, on first paint this sets the dividers on the split pane to a reasonable proportion param g the Graphics context in which to paint
PANEL_DEFAULT_HEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
PANEL_DEFAULT_WIDTH - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
Perceptron - class com.huguesjohnson.jail.neuralNetwork.Perceptron.
Perceptron
Perceptron() - Constructor for class com.huguesjohnson.jail.neuralNetwork.Perceptron
default constructor
Perceptron(double[], double[], double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Perceptron
constructor
Perceptron(double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Perceptron
constructor
Perceptron(double, double, double, double) - Constructor for class com.huguesjohnson.jail.neuralNetwork.Perceptron
constructor
punishWeight(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
move weight closer to zero

R

randomizeWeights(int, double, double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets random values for weights
receiveActionEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
receiveEvent receives JailBreakEvents from objects
receiveActionEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
receiveEvent receives JailBreakEvents from objects
receiveEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
receiveEvent receives JailBreakEvents from objects
receiveEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
receiveEvent receives JailBreakEvents from objects
receiveInternalFrameEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
receives JailBreakEvents from objects
removeNeuron(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
removes a neuron at the specified index in the layer
rewardWeight(int) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
move weight farther away from zero
run() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
run the layer
run() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
run the network
run() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
run the neural network
run() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
run computes the value and output of the neuron
run(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
run computes the value and output of the neuron
run(double[], double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
run computes the value and output of the neuron
runComplete() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
method invoked when run is complete
runComplete() - Method in class com.huguesjohnson.jail.neuralNetwork.KohonenLayer
method invoked when run is complete
runComplete() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer
method invoked when run is complete

S

sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
sendEvent override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakToolbar
sendEvent override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
sendEvent override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
sendEvent override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
sendEvent override when creating a new instance of this object
sendEvent(JailBreakEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMenu
sendEvent override when creating a new instance of this object
setActionCommand(String) - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
setActionCommand sets the action command associated with the event
setDebugMessageFrameVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides debug messages
setDebugMessageFrameVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
shows or hides debug messages
setDesiredOutput(double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets the desired output for the neuron
setDesiredOutput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
sets the desired output of the layer, needed for training
setDesiredOutput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
sets the desired output of the network
setDesiredOutput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
sets the desired output of the network
setDoneTraining(boolean) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
sets the training status of the layer
setDoneTraining(boolean) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets whether or not the neuron is done training
setErrorThreshold(double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets the error threshold for the neuron
setFileName(String) - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
set the name of the file that was opened
setFilter(FileFilter) - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
sets the FileFilter of the file that was opened The FileFilter indicates the type of file that was opened
setHiddenLayer(BackPropagationLayer) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
sets the hidden layer, automatically adjusts links between input layer and hidden layer and hidden layer and output layer
setInput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
sets the input to the layer each neuron in the layer receives the same input
setInput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
sets the input of the network
setInput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
sets the input to the network
setInput(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
setInput
setInputLayer(BackPropagationLayer) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
sets the input layer, automatically adjusts links between input layer and hidden layer
setMenuBarVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides the menubar
setNeuron(int, Neuron) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
sets a neuron at the specified index in the layer
setObjectBrowserVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides the object browser (tree)
setObjectBrowserVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
shows or hides the object browser (tree)
setObjectViewerVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides the object browser (tree)
setObjectViewerVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
shows or hides the object browser (tree)
setOutput(int, double) - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
sets the output of a specific neuron in the layer
setOutputLayer(BackPropagationLayer) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
sets the output layer, automatically adjusts links between hidden layer and output layer
setParameter(String) - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
setParameter sets the parameter associated with the event
setProgress(int) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar
setStatus sets the progress percent
setProgress(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar
setStatus sets the caption
setProgress(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
setProgess sets the caption and progress percent to zero
setProgress(String, int) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar
setStatus sets the caption and progress percent
setProgress(String, int) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
setProgress sets the caption and progress percent
setPunishRate(double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets the punish rate for the neuron
setRewardRate(double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
sets the reward rate for the neuron
setStatusBarVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides the statusbar
setTableModel(Object[][], Object[]) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakTable
sets the table model for this table
SETTINGS_TABLE_COLUMNS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
setToolBarVisible(boolean) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
shows or hides the toolbar
setUserObject(Object) - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent
sets the object behind the node that was selected
setWeight(int, double) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
setWeight sets a specific weight in the neuron
setWeights(double[]) - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
setWeights
showAboutDialog() - Method in class com.huguesjohnson.jail.jailBreak.JailBreak
displays a program information dialog in the main window
SplashScreen - class com.huguesjohnson.ui.SplashScreen.
class SplashScreen loads a borderless window containing a single image.
SplashScreen(Frame, String) - Constructor for class com.huguesjohnson.ui.SplashScreen
Constructor for SplashSceen creates a borderless window and paints a specified image.
start() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
begins thread execution
start() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
begins thread execution
STATUS_DONE - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
STATUS_ERROR - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
STATUS_OPENING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
STATUS_RUNNING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
STATUS_SAVING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
STATUS_TRAINING - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
stop() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
stops thread execution
stop() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
stops thread execution

T

testBackPropagationLayer() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
testBackPropagationNetwork() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
testInputParser() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
testKohonenLayer() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
testNetworkVirusLamstarNetwork() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
testPerceptron() - Static method in class com.huguesjohnson.jail.neuralNetwork.TestRoutines
test basic functionalilty of perceptron by training it to recognize odd numbers
TestRoutines - class com.huguesjohnson.jail.neuralNetwork.TestRoutines.
class TestRoutines a collection of test routines for neural network objects
TestRoutines() - Constructor for class com.huguesjohnson.jail.neuralNetwork.TestRoutines
 
toString() - Method in class com.huguesjohnson.jail.jailBreak.tree.NeuralNetworkTreeNode
returns a string representation of the object, used to determine caption of the node
toString() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.BackPropagationNetworkFilter
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkTrainingFileFilter
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakOpenFileEvent
returns a string representation of the object
toString() - Method in class com.huguesjohnson.ui.SplashScreen
returns a String representation of this object
toString() - Method in class com.huguesjohnson.jail.jailBreak.fileFilter.NeuralNetworkDataFileFilter
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakTreeSelectionEvent
returns a string representation of the object
toString() - Method in class com.huguesjohnson.DataFile
toString
toString() - Method in class com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
returns a string representation of the object
toString() - Method in class com.huguesjohnson.jail.neuralNetwork.Neuron
returns a string representation of the object
train() - Method in class com.huguesjohnson.jail.neuralNetwork.Layer
train the layer
train() - Method in class com.huguesjohnson.jail.neuralNetwork.KohonenLayer
move actual output closer to desired output
train() - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer
move actual output closer to desired output by default find neuron with greatest error and adjust it
train(int) - Method in class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork
train the network
train(int) - Method in class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork
train the network
treeNodesChanged(TreeModelEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
event that indicates nodes have been changed
treeNodesInserted(TreeModelEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
event that indicates nodes have been inserted
treeNodesRemoved(TreeModelEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
event that indicates nodes have been removed
treeStructureChanged(TreeModelEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
event that indicates the tree structure has changed

U

updateDesktop(Layer) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
updates the desktop based on the object passed
updateDesktop(NeuralNetwork) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
updates the desktop based on the object passed
updateDesktop(Neuron) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
updates the desktop based on the object passed
updateFrame(Layer) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
updates the frame based on the object passed
updateFrame(Layer) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
updates the frame based on the object passed
updateFrame(NeuralNetwork) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
updates the frame based on the object passed
updateFrame(NeuralNetwork) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
updates the frame based on the object passed
updateFrame(Neuron) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame
updates the frame based on the object passed
updateFrame(Neuron) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame
updates the frame based on the object passed
updateTree(BackPropagationNetwork) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
updates the tree based on the object passed
updateWindow(Layer) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
updates the window based on the object passed
updateWindow(NeuralNetwork) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
updates the window based on the object passed
updateWindow(Neuron) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
updates the window based on the object passed

V

valueChanged(ListSelectionEvent) - Method in class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard
occurs when a value is selected from a list
valueChanged(TreeSelectionEvent) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree
event that indicates a node's text has changed
VIEW_FRAME_DEFAULT_HEIGHT - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
VIEW_FRAME_DEFAULT_WIDTH - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
VIEW_FRAME_DEFAULT_X - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
VIEW_FRAME_DEFAULT_Y - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 

W

WEIGHTS_TABLE_COLUMNS - Static variable in class com.huguesjohnson.jail.jailBreak.JailBreakUIConstants
 
write(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame
appends a message to the bottom of the message box
writeDebugMessage(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame
writes a message to the debug frame
writeDebugMessage(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreak
writes a message to the debug frame
writeDebugMessage(String) - Method in class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane
writes a message to the debug frame

A B C D E F G I J K L M N O P R S T U V W