[Missing <summary> documentation for N:Encog.Neural.Data.Basic]
| C# | Visual Basic | Visual C++ |
namespace Encog.Neural.Data.Basic
Namespace Encog.Neural.Data.Basic
namespace Encog.Neural.Data.Basic
| All Types | Classes |
| Icon | Type | 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.
|