Uses of Interface
org.encog.StatusReportable

Packages that use StatusReportable
org.encog   
org.encog.app.analyst.csv.basic   
org.encog.app.analyst.util   
org.encog.ml.data.buffer   
org.encog.neural.networks.training.concurrent   
org.encog.neural.prune   
org.encog.util.benchmark   
org.encog.util.concurrency.job   
org.encog.util.normalize   
 

Uses of StatusReportable in org.encog
 

Classes in org.encog that implement StatusReportable
 class ConsoleStatusReportable
          A simple status report that goes to the console.
 class NullStatusReportable
          A report object that does nothing.
 

Uses of StatusReportable in org.encog.app.analyst.csv.basic
 

Methods in org.encog.app.analyst.csv.basic that return StatusReportable
 StatusReportable BasicFile.getReport()
           
 

Methods in org.encog.app.analyst.csv.basic with parameters of type StatusReportable
 void BasicFile.setReport(StatusReportable theReport)
          Set the status reporting object.
 

Uses of StatusReportable in org.encog.app.analyst.util
 

Classes in org.encog.app.analyst.util that implement StatusReportable
 class AnalystReportBridge
          Used to bridge the AnalystListerner to an StatusReportable object.
 

Uses of StatusReportable in org.encog.ml.data.buffer
 

Methods in org.encog.ml.data.buffer that return StatusReportable
 StatusReportable BinaryDataLoader.getStatus()
           
 StatusReportable MemoryDataLoader.getStatus()
           
 

Methods in org.encog.ml.data.buffer with parameters of type StatusReportable
 void BinaryDataLoader.setStatus(StatusReportable theStatus)
          Set the object that status is reported to.
 void MemoryDataLoader.setStatus(StatusReportable theStatus)
          Set the object that status will be reported to.
 

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

Methods in org.encog.neural.networks.training.concurrent with parameters of type StatusReportable
 void ConcurrentTrainingManager.setReport(StatusReportable report)
          Setup the object to report status to.
 

Uses of StatusReportable in org.encog.neural.prune
 

Constructors in org.encog.neural.prune with parameters of type StatusReportable
PruneIncremental(MLDataSet training, NeuralNetworkPattern pattern, int iterations, int weightTries, int numTopResults, StatusReportable report)
          Construct an object to determine the optimal number of hidden layers and neurons for the specified training data and pattern.
 

Uses of StatusReportable in org.encog.util.benchmark
 

Constructors in org.encog.util.benchmark with parameters of type StatusReportable
EncogBenchmark(StatusReportable report)
          Construct a benchmark object.
 

Uses of StatusReportable in org.encog.util.concurrency.job
 

Methods in org.encog.util.concurrency.job with parameters of type StatusReportable
 void ConcurrentJob.setReport(StatusReportable r)
           
 

Constructors in org.encog.util.concurrency.job with parameters of type StatusReportable
ConcurrentJob(StatusReportable report)
          Construct a concurrent job.
 

Uses of StatusReportable in org.encog.util.normalize
 

Methods in org.encog.util.normalize that return StatusReportable
 StatusReportable DataNormalization.getReport()
           
 

Methods in org.encog.util.normalize with parameters of type StatusReportable
 void DataNormalization.setReport(StatusReportable report)
          Set the object that this one is reporting to.
 



Copyright © 2014. All Rights Reserved.