Encog 1.1 for DotNet
Encog.Neural.NeuralData Namespace
NamespacesEncog.Neural.NeuralData

[Missing <summary> documentation for N:Encog.Neural.NeuralData]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.NeuralData
Namespace Encog.Neural.NeuralData
namespace Encog.Neural.NeuralData
Types
All TypesClassesInterfaces
IconTypeDescription
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.

NeuralDataError
The base Encog neural data error.