|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.penguinwerks.jodene.TrainingEpochEvent
The epoch event. Carries with it the network, the error and the source is the trainer that fired the end epoch event.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TrainingEpochEvent(java.lang.Object arg0)
The constructor that sets the event source. |
|
| Method Summary | |
Network |
getNetwork()
Returns the network which is being trained. |
void |
setNetwork(Network network)
Sets the network being trained. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TrainingEpochEvent(java.lang.Object arg0)
arg0 - The event source.| Method Detail |
public Network getNetwork()
public void setNetwork(Network network)
network - The network to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||