Documentation For Encog 2.x

Encog.Neural.Data.Basic Namespace

Namespace Hierarchy

Classes

Class Description
BasicNeuralData Basic implementation of the NeuralData interface that stores the data in an array.
BasicNeuralDataPair Basic implementation of a data pair. Holds both input and ideal data. If this is unsupervised training then ideal should be null.
BasicNeuralDataSet Basic implementation of the NeuralDataSet class. This class simply stores the neural data in an ArrayList. This class is memory based, so large enough datasets could cause memory issues. Many other dataset types extend this class.
BasicNeuralDataSet.BasicNeuralEnumerator The enumerator for the basic neural data set.