|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobUnitContext | |
---|---|
org.encog.neural.prune | |
org.encog.util.concurrency.job |
Uses of JobUnitContext in org.encog.neural.prune |
---|
Methods in org.encog.neural.prune with parameters of type JobUnitContext | |
---|---|
void |
PruneIncremental.performJobUnit(JobUnitContext context)
Perform an individual job unit, which is a single network to train and evaluate. |
Uses of JobUnitContext in org.encog.util.concurrency.job |
---|
Methods in org.encog.util.concurrency.job with parameters of type JobUnitContext | |
---|---|
abstract void |
ConcurrentJob.performJobUnit(JobUnitContext context)
Perform one job unit. |
void |
ConcurrentJob.reportStatus(JobUnitContext context,
String status)
Report the status for this job. |
Constructors in org.encog.util.concurrency.job with parameters of type JobUnitContext | |
---|---|
JobUnitWorker(JobUnitContext context)
Construct a job unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |