|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.engine.concurrency.job |
|---|
| Constructors in org.encog.engine.concurrency.job with parameters of type StatusReportable | |
|---|---|
ConcurrentJob(StatusReportable report)
Construct a concurrent job. |
|
| Uses of StatusReportable in org.encog.neural.data.buffer |
|---|
| Methods in org.encog.neural.data.buffer that return StatusReportable | |
|---|---|
StatusReportable |
BinaryDataLoader.getStatus()
|
| Methods in org.encog.neural.data.buffer with parameters of type StatusReportable | |
|---|---|
void |
BinaryDataLoader.setStatus(StatusReportable status)
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(NeuralDataSet 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.normalize |
|---|
| Methods in org.encog.normalize that return StatusReportable | |
|---|---|
StatusReportable |
DataNormalization.getReport()
|
| Methods in org.encog.normalize with parameters of type StatusReportable | |
|---|---|
void |
DataNormalization.setReport(StatusReportable report)
Set the object that this one is reporting to. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||