Documentation For Encog 2.x

BasicNeuralData Class

Basic implementation of the NeuralData interface that stores the data in an array.

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

System.Object
   BasicNeuralData
      ImageNeuralData

[Serializable]
[DefaultMember(MemberName="Item")]
public class BasicNeuralData : INeuralData, ICloneable

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.Data.Basic

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

See Also

BasicNeuralData Members | Encog.Neural.Data.Basic Namespace