Uses of Interface
org.encog.StatusReportable

Packages that use StatusReportable
org.encog   
org.encog.app.analyst.csv.basic This package contains the basic subclasses for all of the CSV handling done by the Encog analyst. 
org.encog.app.analyst.util This package contains basic utilities for the Encog analyst. 
org.encog.ml.data.buffer This package implements a folded data set. 
org.encog.neural.networks.training.concurrent This package allows concurrent training jobs to be scheduled. 
org.encog.neural.prune This package contains the classes to prune a neural network. 
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 MemoryDataLoader.getStatus()
           
 StatusReportable BinaryDataLoader.getStatus()
           
 

Methods in org.encog.ml.data.buffer with parameters of type StatusReportable
 void MemoryDataLoader.setStatus(StatusReportable theStatus)
          Set the object that status will be reported to.
 void BinaryDataLoader.setStatus(StatusReportable theStatus)
          Set the object that status is 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 © 2011. All Rights Reserved.