|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NeuralNet.Trainable
This is the interface you have to implement for objects that are to be used used in training neural nets.
| Method Summary | |
|---|---|
void |
presentPatterns(NeuralNet n)
This method should not modify any weights itself; just present all the patterns and call prop() and backprop() for each. |
| Method Detail |
|---|
void presentPatterns(NeuralNet n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||