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