Encog 1.1 for DotNet
Encog.Neural.NeuralData.Image Namespace
NamespacesEncog.Neural.NeuralData.Image

[Missing <summary> documentation for N:Encog.Neural.NeuralData.Image]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.NeuralData.Image
Namespace Encog.Neural.NeuralData.Image
namespace Encog.Neural.NeuralData.Image
Types
All TypesClasses
IconTypeDescription
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.