Serialized Form
|
Package org.encog.examples.neural.gui.hopfield |
hopfield
org.encog.neural.thermal.HopfieldNetwork hopfield
grid
boolean[] grid
margin
int margin
gridX
int gridX
gridY
int gridY
cellWidth
int cellWidth
cellHeight
int cellHeight
panel
HopfieldPanel panel
buttonPanel
JPanel buttonPanel
buttonTrain
JButton buttonTrain
buttonGo
JButton buttonGo
buttonClear
JButton buttonClear
buttonClearMatrix
JButton buttonClearMatrix
|
Package org.encog.examples.neural.gui.ocr |
serialVersionUID: 656936515012546346L
entryImage
Image entryImage
- The image that the user is drawing into.
entryGraphics
Graphics entryGraphics
- A graphics handle to the image that the user is drawing into.
lastX
int lastX
- The last x that the user was drawing at.
lastY
int lastY
- The last y that the user was drawing at.
sample
Sample sample
- The down sample component used with this component.
downSampleLeft
int downSampleLeft
- Specifies the left boundary of the cropping rectangle.
downSampleRight
int downSampleRight
- Specifies the right boundary of the cropping rectangle.
downSampleTop
int downSampleTop
- Specifies the top boundary of the cropping rectangle.
downSampleBottom
int downSampleBottom
- Specifies the bottom boundary of the cropping rectangle.
ratioX
double ratioX
- The downsample ratio for x.
ratioY
double ratioY
- The downsample ratio for y
pixelMap
int[] pixelMap
- The pixel map of what the user has drawn. Used to downsample it.
serialVersionUID: -6779380961875907013L
numberFormat
NumberFormat numberFormat
halt
boolean halt
entry
Entry entry
- The entry component for the user to draw into.
sample
Sample sample
- The down sample component to display the drawing downsampled.
letterListModel
DefaultListModel letterListModel
- The letters that have been defined.
net
org.encog.neural.som.SOM net
- The neural network.
trainThread
Thread trainThread
- The background thread used for training.
JLabel1
JLabel JLabel1
JLabel2
JLabel JLabel2
downSample
JButton downSample
- THe downsample button.
add
JButton add
- The add button.
clear
JButton clear
- The clear button
recognize
JButton recognize
- The recognize button
JScrollPane1
JScrollPane JScrollPane1
letters
JList letters
- The letters list box
del
JButton del
- The delete button
load
JButton load
- The load button
save
JButton save
- The save button
train
JButton train
- The train button
JLabel3
JLabel JLabel3
JLabel4
JLabel JLabel4
tries
JLabel tries
- How many tries
txtError
JLabel txtError
- The last error
JLabel8
JLabel JLabel8
JLabel5
JLabel JLabel5
serialVersionUID: 2250441617163548592L
data
SampleData data
- The image data.
|
Package org.encog.examples.neural.gui.predict |
network
org.encog.neural.networks.BasicNetwork network
actual
double[] actual
predict
double[] predict
width
int width
height
int height
center
int center
error
double error
network
org.encog.neural.networks.BasicNetwork network
graph
GraphPanel graph
trainingData
org.encog.ml.data.MLDataSet trainingData
train
org.encog.ml.train.MLTrain train
btnTrain
JButton btnTrain
|
Package org.encog.examples.neural.gui.som |
serialVersionUID: 7528474872067939033L
weights
org.encog.mathutil.matrices.Matrix weights
serialVersionUID: -6762179069967224817L
map
MapPanel map
network
org.encog.neural.som.SOM network
thread
Thread thread
train
org.encog.neural.som.training.basic.BasicTrainSOM train
gaussian
org.encog.neural.som.training.basic.neighborhood.NeighborhoodRBF gaussian
|
Package org.encog.examples.nonlinear.basicstrategy |
player
Player player
chromosome
org.encog.ml.genetic.genome.Chromosome chromosome
length
int length
|
Package org.encog.examples.nonlinear.tsp.genetic |
pathChromosome
org.encog.ml.genetic.genome.Chromosome pathChromosome
|
Package org.encog.examples.unfinished.maze |
serialVersionUID: 8695035618197614437L
width
int width
height
int height
cellWidth
int cellWidth
cellHeight
int cellHeight
mouseX
int mouseX
mouseY
int mouseY
maze
Maze maze
maze
Maze maze
mazePanel
MazePanel mazePanel
buttonRun
JButton buttonRun
buttonTrain
JButton buttonTrain
buttonStop
JButton buttonStop
state
MouseMaze.State state
requestStop
boolean requestStop
Copyright © 2011. All Rights Reserved.