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
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Encog.Neural.Data.Basic
Assembly: encog-core-cs (in encog-core-cs.dll)
BasicNeuralDataSet Members | Encog.Neural.Data.Basic Namespace