Documentation For Encog 2.x

CSVNeuralDataSet Constructor

Construct this data set using a comma as a delimiter.

CSVNeuralDataSet(
   string filename,
   int inputSize,
   int idealSize,
   bool headers,
   char delimiter
);

Parameters

filename
The CSV filename to read.
inputSize
The number of columns that make up the input set.
idealSize
The number of columns that make up the ideal set.
headers
True if headers are present on the first line.
delimiter
The delimiter to use.

See Also

CSVNeuralDataSet Class | Encog.Neural.NeuralData.CSV Namespace | CSVNeuralDataSet Constructor Overload List