Documentation For Encog 2.x

INeuralData Interface

Neural data, basically an array of values.

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

[DefaultMember(MemberName="Item")]
public interface INeuralData : ICloneable

Types that implement INeuralData

Type Description
BasicNeuralData Basic implementation of the NeuralData interface that stores the data in an array.
BiPolarNeuralData A NeuralData implementation designed to work with bipolar data. Bipolar data contains two values. True is stored as 1, and false is stored as -1.
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.

Requirements

Namespace: Encog.Neural.Data

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

See Also

INeuralData Members | Encog.Neural.Data Namespace