Uses of Interface
org.encog.neural.networks.training.concurrent.performers.ConcurrentTrainingPerformer

Packages that use ConcurrentTrainingPerformer
org.encog.neural.networks.training.concurrent   
org.encog.neural.networks.training.concurrent.performers   
 

Uses of ConcurrentTrainingPerformer in org.encog.neural.networks.training.concurrent
 

Methods in org.encog.neural.networks.training.concurrent that return ConcurrentTrainingPerformer
 ConcurrentTrainingPerformer ConcurrentTrainingManager.waitForFreePerformer()
          Wait for a free performer.
 

Methods in org.encog.neural.networks.training.concurrent with parameters of type ConcurrentTrainingPerformer
 void ConcurrentTrainingManager.addPerformer(ConcurrentTrainingPerformer performer)
          Add a performer.
 

Uses of ConcurrentTrainingPerformer in org.encog.neural.networks.training.concurrent.performers
 

Classes in org.encog.neural.networks.training.concurrent.performers that implement ConcurrentTrainingPerformer
 class ConcurrentTrainingPerformerCPU
          This performer allows jobs to be performed by the CPU.
 class ConcurrentTrainingPerformerOpenCL
          This performer allows jobs to be performed by the CPU.
 

Constructors in org.encog.neural.networks.training.concurrent.performers with parameters of type ConcurrentTrainingPerformer
PerformerTask(ConcurrentTrainingPerformer owner)
           
 



Copyright © 2011. All Rights Reserved.