Documentation For Encog 2.x

SQLNeuralDataSet Constructor

Create a SQL neural data set.

SQLNeuralDataSet(
   string sql,
   int inputSize,
   int idealSize,
   string connectString
);

Parameters

sql
The SQL to execute.
inputSize
The size of the input data being read.
idealSize
The size of the ideal output data being read.
connectString
The connection string.

See Also

SQLNeuralDataSet Class | Encog.Neural.NeuralData.SQL Namespace