| Documentation For Encog 2.x |
|
Encog.Neural.NeuralData.Image Namespace
Namespace Hierarchy
Classes
| Class |
Description |
|
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. |
|
ImageNeuralDataSet
|
Store a collection of images for training with a neural network. This class collects and then downsamples images for use with a neural network. This is a memory based class, so large datasets can run out of memory. |