Serialized Form


Package org.encog.examples.neural.gui.hopfield

Class org.encog.examples.neural.gui.hopfield.HopfieldPanel extends JPanel implements Serializable

Serialized Fields

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

Class org.encog.examples.neural.gui.hopfield.HopfieldPattern extends JFrame implements Serializable

Serialized Fields

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

Class org.encog.examples.neural.gui.ocr.Entry extends JPanel implements Serializable

serialVersionUID: 656936515012546346L

Serialized Fields

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.

Class org.encog.examples.neural.gui.ocr.OCR extends JFrame implements Serializable

serialVersionUID: -6779380961875907013L

Serialized Fields

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

Class org.encog.examples.neural.gui.ocr.Sample extends JPanel implements Serializable

serialVersionUID: 2250441617163548592L

Serialized Fields

data

SampleData data
The image data.


Package org.encog.examples.neural.gui.predict

Class org.encog.examples.neural.gui.predict.GraphPanel extends JPanel implements Serializable

Serialized Fields

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

Class org.encog.examples.neural.gui.predict.PredictSIN extends JFrame implements Serializable

Serialized Fields

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

Class org.encog.examples.neural.gui.som.MapPanel extends JPanel implements Serializable

serialVersionUID: 7528474872067939033L

Serialized Fields

weights

org.encog.mathutil.matrices.Matrix weights

Class org.encog.examples.neural.gui.som.SomColors extends JFrame implements Serializable

serialVersionUID: -6762179069967224817L

Serialized Fields

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

Class org.encog.examples.nonlinear.basicstrategy.PlayerGenome extends org.encog.ml.genetic.genome.BasicGenome implements Serializable

Serialized Fields

player

Player player

chromosome

org.encog.ml.genetic.genome.Chromosome chromosome

length

int length

Package org.encog.examples.nonlinear.tsp.genetic

Class org.encog.examples.nonlinear.tsp.genetic.TSPGenome extends org.encog.ml.genetic.genome.BasicGenome implements Serializable

Serialized Fields

pathChromosome

org.encog.ml.genetic.genome.Chromosome pathChromosome

Package org.encog.examples.unfinished.maze

Class org.encog.examples.unfinished.maze.MazePanel extends Canvas implements Serializable

serialVersionUID: 8695035618197614437L

Serialized Fields

width

int width

height

int height

cellWidth

int cellWidth

cellHeight

int cellHeight

mouseX

int mouseX

mouseY

int mouseY

maze

Maze maze

Class org.encog.examples.unfinished.maze.MouseMaze extends JFrame implements Serializable

Serialized Fields

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.