|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrainingJob | |
|---|---|
| org.encog.neural.networks.training.concurrent | This package allows concurrent training jobs to be scheduled. |
| org.encog.neural.networks.training.concurrent.jobs | This package provides the performers to perform concurrent training jobs. |
| org.encog.neural.networks.training.concurrent.performers | This package defines jobs for concurrent training. |
| Uses of TrainingJob in org.encog.neural.networks.training.concurrent |
|---|
| Methods in org.encog.neural.networks.training.concurrent with parameters of type TrainingJob | |
|---|---|
void |
ConcurrentTrainingManager.addTrainingJob(TrainingJob job)
Add a training job. |
| Uses of TrainingJob in org.encog.neural.networks.training.concurrent.jobs |
|---|
| Subclasses of TrainingJob in org.encog.neural.networks.training.concurrent.jobs | |
|---|---|
class |
BPROPJob
A training definition for BPROP training. |
class |
RPROPJob
A training definition for RPROP training. |
| Uses of TrainingJob in org.encog.neural.networks.training.concurrent.performers |
|---|
| Methods in org.encog.neural.networks.training.concurrent.performers with parameters of type TrainingJob | |
|---|---|
void |
ConcurrentTrainingPerformerCPU.perform(TrainingJob job)
Perform the specified job. |
void |
ConcurrentTrainingPerformer.perform(TrainingJob job)
Perform the specified job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||