An implementation of the NeuralDataSet interface designed to provide a CSV file to the neural network. This implementation uses the BasicNeuralData to hold the data being read. This class has no ability to write CSV files. The columns of the CSV file will specify both the input and ideal columns. This class is not memory based, so very long files can be used, without running out of memory.
For a list of all members of this type, see CSVNeuralDataSet Members .
System.Object
CSVNeuralDataSet
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.NeuralData.CSV
Assembly: encog-core-cs (in encog-core-cs.dll)
CSVNeuralDataSet Members | Encog.Neural.NeuralData.CSV Namespace