Documentation For Encog 2.x

BasicNeuralDataSet Class

Basic implementation of the NeuralDataSet class. This class simply stores the neural data in an ArrayList. This class is memory based, so large enough datasets could cause memory issues. Many other dataset types extend this class.

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

System.Object
   BasicNeuralDataSet
      ImageNeuralDataSet
      TemporalNeuralDataSet

[Serializable]
public class BasicNeuralDataSet : INeuralDataSet, IEnumerable<T>, IEnumerable, IEncogPersistedObject, 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

BasicNeuralDataSet Members | Encog.Neural.Data.Basic Namespace