|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSetCODEC | |
|---|---|
| org.encog.ml.data.buffer | This package implements a folded data set. |
| org.encog.ml.data.buffer.codec | This package contains classes used to encode/decode from the EGB format. |
| Uses of DataSetCODEC in org.encog.ml.data.buffer |
|---|
| Methods in org.encog.ml.data.buffer that return DataSetCODEC | |
|---|---|
DataSetCODEC |
BinaryDataLoader.getCodec()
|
DataSetCODEC |
MemoryDataLoader.getCodec()
|
| Constructors in org.encog.ml.data.buffer with parameters of type DataSetCODEC | |
|---|---|
BinaryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC. |
|
MemoryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC. |
|
| Uses of DataSetCODEC in org.encog.ml.data.buffer.codec |
|---|
| Classes in org.encog.ml.data.buffer.codec that implement DataSetCODEC | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||