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

Packages that use DataSetCODEC
org.encog.ml.data.buffer   
org.encog.ml.data.buffer.codec   
 

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.
 



Copyright © 2014. All Rights Reserved.