Uses of Interface
org.encog.neural.data.Indexable

Packages that use Indexable
org.encog.neural.data.basic   
org.encog.neural.data.buffer   
org.encog.neural.data.folded   
org.encog.neural.data.image   
org.encog.neural.data.market   
org.encog.neural.data.temporal   
org.encog.neural.networks.training.lma   
 

Uses of Indexable in org.encog.neural.data.basic
 

Classes in org.encog.neural.data.basic that implement Indexable
 class BasicNeuralDataSet
          neural data in an ArrayList.
 

Methods in org.encog.neural.data.basic that return Indexable
 Indexable BasicNeuralDataSet.openAdditional()
          Create an additional data set.
 

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

Classes in org.encog.neural.data.buffer that implement Indexable
 class BufferedNeuralDataSet
          This class is not memory based, so very long files can be used, without running out of memory.
 

Uses of Indexable in org.encog.neural.data.folded
 

Classes in org.encog.neural.data.folded that implement Indexable
 class FoldedDataSet
          A folded data set allows you to "fold" the data into several equal(or nearly equal) datasets.
 

Methods in org.encog.neural.data.folded that return Indexable
 Indexable FoldedDataSet.getUnderlying()
           
 

Constructors in org.encog.neural.data.folded with parameters of type Indexable
FoldedDataSet(Indexable underlying)
          Create a folded dataset.
 

Uses of Indexable in org.encog.neural.data.image
 

Classes in org.encog.neural.data.image that implement Indexable
 class ImageNeuralDataSet
          Store a collection of images for training with a neural network.
 

Uses of Indexable in org.encog.neural.data.market
 

Classes in org.encog.neural.data.market that implement Indexable
 class MarketNeuralDataSet
          A data set that is designed to hold market data.
 

Uses of Indexable in org.encog.neural.data.temporal
 

Classes in org.encog.neural.data.temporal that implement Indexable
 class TemporalNeuralDataSet
          This class implements a temporal neural data set.
 

Uses of Indexable in org.encog.neural.networks.training.lma
 

Constructors in org.encog.neural.networks.training.lma with parameters of type Indexable
JacobianChainRule(BasicNetwork network, Indexable indexableTraining)
          Construct the chain rule calculation.
 



Copyright © 2011. All Rights Reserved.