C# (CSharp) Encog.Neural.Data.Buffer.CODEC Пространство имен

Классы

Имя Описание
ArrayDataCODEC A CODEC used for arrays.
CSVDataCODEC A CODEC used to read/write data from/to a CSV data file. There are two constructors provided, one is for reading, the other for writing. Make sure you use the correct one for your intended purpose. This CODEC is typically used with the BinaryDataLoader, to load external data into the Encog binary training format.
NeuralDataSetCODEC A CODEC that works with the NeuralDataSet class.