Package | Description |
---|---|
org.encog.ml.data.buffer | |
org.encog.ml.data.buffer.codec |
Modifier and Type | Method and Description |
---|---|
DataSetCODEC |
BinaryDataLoader.getCodec() |
DataSetCODEC |
MemoryDataLoader.getCodec() |
Constructor and Description |
---|
BinaryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC.
|
MemoryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataCODEC
A CODEC used for arrays.
|
class |
CSVDataCODEC
A CODEC used to read/write data from/to a CSV data file.
|
class |
ExcelCODEC
A CODEC that can read/write Microsoft Excel (*.XLSX) files.
|
class |
NeuralDataSetCODEC
A CODEC that works with the NeuralDataSet class.
|
class |
SQLCODEC
A CODEC that is designed to read data from an SQL source.
|
Copyright © 2014. All Rights Reserved.