Uses of Interface
org.encog.engine.data.EngineIndexableSet

Packages that use EngineIndexableSet
org.encog.engine.concurrency.calc   
org.encog.engine.data   
org.encog.engine.network.flat   
org.encog.engine.network.train.gradient   
org.encog.engine.network.train.prop   
org.encog.engine.opencl.kernels   
org.encog.neural.data   
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   
 

Uses of EngineIndexableSet in org.encog.engine.concurrency.calc
 

Methods in org.encog.engine.concurrency.calc that return EngineIndexableSet
 EngineIndexableSet ConcurrentCalculate.getTrainingData()
           
 

Methods in org.encog.engine.concurrency.calc with parameters of type EngineIndexableSet
 void CalcOpenCLDevice.setTraining(EngineIndexableSet training)
          Set the training data that will be used.
 void ConcurrentCalculate.setTrainingData(EngineIndexableSet trainingData)
          Set the current training data.
 

Uses of EngineIndexableSet in org.encog.engine.data
 

Classes in org.encog.engine.data that implement EngineIndexableSet
 class BasicEngineDataSet
          Data is stored in an ArrayList.
 

Methods in org.encog.engine.data that return EngineIndexableSet
 EngineIndexableSet EngineIndexableSet.openAdditional()
          Opens an additional instance of this dataset.
 EngineIndexableSet BasicEngineDataSet.openAdditional()
          Create an additional data set.
 

Uses of EngineIndexableSet in org.encog.engine.network.flat
 

Methods in org.encog.engine.network.flat with parameters of type EngineIndexableSet
 double FlatNetwork.calculateError(EngineIndexableSet data)
          Calculate the error for this neural network.
 

Uses of EngineIndexableSet in org.encog.engine.network.train.gradient
 

Constructors in org.encog.engine.network.train.gradient with parameters of type EngineIndexableSet
GradientWorkerCPU(FlatNetwork network, TrainFlatNetworkProp owner, EngineIndexableSet training, int low, int high)
          Construct a gradient worker.
 

Uses of EngineIndexableSet in org.encog.engine.network.train.prop
 

Methods in org.encog.engine.network.train.prop with parameters of type EngineIndexableSet
 void OpenCLTrainingProfile.calculateKernelParams(EncogKernel kernel, EngineIndexableSet training)
          Calculate the kernel values.
 

Uses of EngineIndexableSet in org.encog.engine.opencl.kernels
 

Methods in org.encog.engine.opencl.kernels that return EngineIndexableSet
 EngineIndexableSet KernelNetworkCalc.getTraining()
           
 

Methods in org.encog.engine.opencl.kernels with parameters of type EngineIndexableSet
 void KernelNetworkCalc.setTraining(EngineIndexableSet training)
           
 

Constructors in org.encog.engine.opencl.kernels with parameters of type EngineIndexableSet
KernelNetworkTrain(EncogCLDevice device, FlatNetwork flat, EngineIndexableSet training, int tempDataSize)
          Construct a kernel to train the network.
 

Uses of EngineIndexableSet in org.encog.neural.data
 

Subinterfaces of EngineIndexableSet in org.encog.neural.data
 interface Indexable
          Specifies that a data set can be accessed in random order via an index.
 

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

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

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

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

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

Classes in org.encog.neural.data.folded that implement EngineIndexableSet
 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 EngineIndexableSet
 EngineIndexableSet FoldedDataSet.openAdditional()
          Opens an additional instance of this dataset.
 

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

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

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

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

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

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



Copyright © 2011. All Rights Reserved.