Documentation of 'org.encog.neural.networks.training.concurrent.performers.ConcurrentTrainingPerformer' Java class
ConcurrentTrainingPerformer
org.encog.neural.networks.training.concurrent.performers

Interface ConcurrentTrainingPerformer

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    ConcurrentTrainingPerformerCPU


    public interface ConcurrentTrainingPerformer
    extends java.lang.Runnable
    Performers actually perform the training. Currently there are performers for OpenCL and CPU.
    • Method Detail

      • ready

        boolean ready()
        Returns:
        True, if this performer is ready to train a job.
      • perform

        void perform(TrainingJob job)
        Perform the specified job.
        Parameters:
        job - The job to perform.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.