| Documentation For Encog 2.x |
|
Encog.Neural.NeuralData Namespace
Namespace Hierarchy
Classes
Interfaces
| Interface |
Description |
|
INeuralDataPair
|
A neural data pair holds both the input and ideal data. If this is an unsupervised data element, then only input is provided. |
|
INeuralDataSet
|
An interface designed to abstract classes that store neural data. This interface is designed to provide NeuralDataPair objects. This can be used to train neural networks using both supervised and unsupervised training. Some implementations of this interface are memory based. That is they store the entire contents of the dataset in memory. Other implementations of this interface are not memory based. These implementations read in data as it is needed. This allows very large datasets to be used. Typically the add methods are not supported on non-memory based datasets. |