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.
 

Class Summary
PropertyData An Encog data object that can be used to hold property data.
TextData An Encog object that can hold text data.
 

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


The Encog Project