Documentation For Encog 2.x

SQLNeuralDataSet Class

A dataset based on a SQL query. This is not a memory based dataset, so it can handle very large datasets without a memory issue. and can handle very large datasets.

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

System.Object
   SQLNeuralDataSet

public class SQLNeuralDataSet : INeuralDataSet, IEnumerable<T>, IEnumerable

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.SQL

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

See Also

SQLNeuralDataSet Members | Encog.Neural.NeuralData.SQL Namespace