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

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

Uses of DataSetCODEC in org.encog.neural.data.buffer
 

Methods in org.encog.neural.data.buffer that return DataSetCODEC
 DataSetCODEC BinaryDataLoader.getCodec()
           
 

Constructors in org.encog.neural.data.buffer with parameters of type DataSetCODEC
BinaryDataLoader(DataSetCODEC codec)
          Construct a loader with the specified CODEC.
 

Uses of DataSetCODEC in org.encog.neural.data.buffer.codec
 

Classes in org.encog.neural.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.
 



Copyright © 2011. All Rights Reserved.