Neural data, basically an array of values.
For a list of all members of this type, see INeuralData Members .
| Type | Description |
|---|---|
| BasicNeuralData | Basic implementation of the NeuralData interface that stores the data in an array. |
| BiPolarNeuralData | A NeuralData implementation designed to work with bipolar data. Bipolar data contains two values. True is stored as 1, and false is stored as -1. |
| ImageNeuralData | An extension of the BasicNeuralData class that is designed to hold images for input into a neural network. This class should only be used with the ImageNeuralDataSet collection. This class provides the ability to associate images with the elements of a dataset. These images will be downsampled to the resolution specified in the ImageNeuralData set class that they are added to. |
Namespace: Encog.Neural.Data
Assembly: encog-core-cs (in encog-core-cs.dll)