Documentation For Encog 2.x

ImageNeuralDataSet Class

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.

For a list of all members of this type, see ImageNeuralDataSet Members .

System.Object
   BasicNeuralDataSet
      ImageNeuralDataSet

public class ImageNeuralDataSet : BasicNeuralDataSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.NeuralData.Image

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

ImageNeuralDataSet Members | Encog.Neural.NeuralData.Image Namespace