Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
G
getActivationFunction()
- Method in class neural.net.
Network
Get the instance of the ActivationFunction being used
getAverageErrors()
- Method in class neural.net.
BackPropagator
The averages from each input within the last run
getCol()
- Method in class ocr.info.
Coordinate
Get the column for the coordinate
getCount()
- Method in class ocr.data.
TrainingSetManager
Get count of TrainingGrids in set
getDescription()
- Method in class ocr.userinterface.
FileTypeFilter
File type display
getGrid(int)
- Method in class ocr.data.
TrainingSetManager
Get TrainingGrid at a specific index
getGrid()
- Method in class ocr.info.
TrainingGrid
Get the Grid
getGrid()
- Method in class ocr.userinterface.
GridPanel
Get the grid used by GridPanel
getHiddenLayer()
- Method in class neural.net.
Network
Get the hidden layer
getInput(int)
- Method in class neural.net.
Neuron
Get an input from the last set of input operated on
getInputCount()
- Method in class neural.net.
Network
Get number of inputs
getInputCount()
- Method in class neural.net.
Neuron
Get number of inputs for the neuron
getLastOutput()
- Method in class neural.net.
Neuron
Get the last output returned by fire()
getLastOutputs()
- Method in class neural.net.
Layer
Get the output from the last fire()
getLastOutputs()
- Method in class neural.net.
Network
Get last output values
getNetwork()
- Method in class ocr.data.
NetworkManager
Get the Network being used
getNeuron(int)
- Method in class neural.net.
Layer
Get a specific neuron in the layer
getNeuronCount()
- Method in class neural.net.
Layer
Get number of neurons in the layer
getOutputCount()
- Method in class neural.net.
Network
Get number of outputs
getOutputLayer()
- Method in class neural.net.
Network
Get the output layer
getRow()
- Method in class ocr.info.
Coordinate
Get the row for the coordinate
getSize()
- Method in class ocr.info.
Grid
Get the size of the grid (grids are square, the size of a single side)
getValue(Coordinate)
- Method in class ocr.info.
Grid
Get the value of a coordinate
getValue()
- Method in class ocr.info.
TrainingGrid
Get the expected value for the grid
getWeight(int)
- Method in class neural.net.
Neuron
Get a weight for one of the input values
Grid
- Class in
ocr.info
Representation of a Grid
Grid(int)
- Constructor for class ocr.info.
Grid
Constructor - Set the size of the grid (grids are square, the size of a single side)
GRID_SIZE
- Static variable in class ocr.info.
Constants
Size of a side of the grid
GridPanel
- Class in
ocr.userinterface
A JPanel to display and manage a Grid
GridPanel()
- Constructor for class ocr.userinterface.
GridPanel
GridProcessor
- Class in
ocr.data
Collection of static methods to process a Grid through a Network and to process input and output
GridProcessor()
- Constructor for class ocr.data.
GridProcessor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T