Uses of Interface
org.encog.ml.data.buffer.codec.DataSetCODEC

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 MemoryDataLoader.getCodec()
           
 DataSetCODEC BinaryDataLoader.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.
 



Copyright © 2011. All Rights Reserved.