Package de.webdings.jannis.exceptions

Class Summary

BadArgumentException BadArgumentException is used to handle errors in passed arguments when starting de.webdings.jannis.Jannis.
LayerEmptyException LayerEmptyException is thrown whenever a Neuron of a layer is called that doesn't actually contain any neurons.
LowerLayersEmptyException LowerLayersEmptyException is used prevent action in a layer of a neural net that has one or more empty layer(s) between it and the input layer.
NeuronNotFoundException NeuronNotFoundException is used thrown when NeuronIDFinder is not finding the neuron it's looking for.
NeuronTypeMismatchException NeuronTypeMismatchException is used to handle errors caused by using classes together that are intended for different Neuron types.
NNMLException NNMLException is used to handle errors while converting Jannis objects to NNML and vice versa.
PatternCreateException PatternCreateException is used to handle errors when creating Pattern objects.
PatternGiverReaderCommunicationException PatternGiverReaderCommunicationException is thrown when there is a problem in the communication between PatternGiver and PatternReader.
PatternLayerMismatchException PatternLayerMismatchException is thrown when a net is trained, but the size of an output pattern doesn't match the size of the output layer.

© 2005 by Stefan Thesing;
Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.