[Missing <summary> documentation for N:Encog.Neural.NeuralData]
| C# | Visual Basic | Visual C++ |
namespace Encog.Neural.NeuralData
Namespace Encog.Neural.NeuralData
namespace Encog.Neural.NeuralData
| All Types | Classes | Interfaces |
| Icon | Type | 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.
| |
| NeuralDataError |
The base Encog neural data error.
|