[Missing <summary> documentation for N:Encog.Neural.NeuralData.CSV]
| C# | Visual Basic | Visual C++ |
namespace Encog.Neural.NeuralData.CSV
Namespace Encog.Neural.NeuralData.CSV
namespace Encog.Neural.NeuralData.CSV
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| CSVNeuralDataSet |
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.
| |
| CSVNeuralDataSet..::.CSVNeuralEnumerator |
The enumerator for the CSVNeuralDataSet.
|