|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.training.propagation.multi.MPROPWorker
public class MPROPWorker
Worker process for MPROP training. Each worker is given a segment of the training data. The workers then train individual neural networks based on this training set. Results are merged back with the main neural network each iteration.
| Constructor Summary | |
|---|---|
MPROPWorker(BasicNetwork network,
Indexable training,
MultiPropagation owner,
long low,
long high)
Construct a MPROP worker. |
|
| Method Summary | |
|---|---|
double |
getError()
|
MPROPWorker |
getNext()
|
PropagationUtil |
getPropagationUtil()
|
void |
run()
The thread entry point. |
void |
setError(double error)
Set the error for this worker. |
void |
setNext(MPROPWorker next)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MPROPWorker(BasicNetwork network,
Indexable training,
MultiPropagation owner,
long low,
long high)
network - The individual network for this worker, this is cloned from
the master.training - The training set to use.owner - The MultiPropagation object that this worker belongs to.low - The low training index.high - The high training index.| Method Detail |
|---|
public double getError()
public MPROPWorker getNext()
public PropagationUtil getPropagationUtil()
public void run()
run in interface java.lang.Runnablepublic void setError(double error)
error - The error.public void setNext(MPROPWorker next)
next - The previous worker in the ring.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||