The Encog Project

Package org.encog.neural.data

Interface Summary
NeuralData Defines an array of data.
NeuralDataPair Training data is stored in two ways, depending on if the data is for supervised, or unsupervised training.
NeuralDataSet An interface designed to abstract classes that store neural data.
 

Exception Summary
NeuralDataError NeuralNetworkError: Used by the neural network classes to indicate an error.
 


The Encog Project