Package com.huguesjohnson.jail.neuralNetwork

Class Summary
BackPropagationLayer class BackPropagationLayer
BackPropagationNetwork BackPropagationNetwork
BiasNeuron BiasNeuron
KohonenLayer KohonenLayer
KohonenNeuron KohonenNeuron
Layer class Layer
NeuralNetwork class NeuralNetwork, base class for neural network objects contains a functionality that is common to all neural networks
Neuron class Neuron base class for neuron objects contains a functionality that is common to all neurons
Perceptron Perceptron
TestRoutines class TestRoutines a collection of test routines for neural network objects
 

Exception Summary
LayerException class Exception
NeuralNetworkException class NeuralNetworkException
NeuronException class NeuronException