Modifier and Type | Class and Description |
---|---|
class |
ConsoleStatusReportable
A simple status report that goes to the console.
|
class |
NullStatusReportable
A report object that does nothing.
|
Modifier and Type | Method and Description |
---|---|
StatusReportable |
BasicFile.getReport() |
Modifier and Type | Method and Description |
---|---|
void |
BasicFile.setReport(StatusReportable theReport)
Set the status reporting object.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalystReportBridge
Used to bridge the AnalystListerner to an StatusReportable object.
|
Modifier and Type | Method and Description |
---|---|
StatusReportable |
BinaryDataLoader.getStatus() |
StatusReportable |
MemoryDataLoader.getStatus() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
StatusReportable |
EncogModel.getReport() |
Modifier and Type | Method and Description |
---|---|
void |
EncogModel.setReport(StatusReportable report) |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentTrainingManager.setReport(StatusReportable report)
Setup the object to report status to.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
EncogBenchmark(StatusReportable report)
Construct a benchmark object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentJob.setReport(StatusReportable r) |
Constructor and Description |
---|
ConcurrentJob(StatusReportable report)
Construct a concurrent job.
|
Modifier and Type | Method and Description |
---|---|
StatusReportable |
DataNormalization.getReport() |
Modifier and Type | Method and Description |
---|---|
void |
DataNormalization.setReport(StatusReportable report)
Set the object that this one is reporting to.
|
Copyright © 2014. All Rights Reserved.