Documentation For Encog 2.x

ImageNeuralData Class

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.

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

System.Object
   BasicNeuralData
      ImageNeuralData

[DefaultMember(MemberName="Item")]
public class ImageNeuralData : BasicNeuralData

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

ImageNeuralData Members | Encog.Neural.NeuralData.Image Namespace