Метод | Описание | |
---|---|---|
Epoch ( int epoch ) : void |
Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight. Implements RPROP training algorithm. |
Метод | Описание | |
---|---|---|
DoAfterCreate ( ) : void |
Overridden.Initializes private variables.
|
public Epoch ( int epoch ) : void | ||
epoch | int | Number of patterns that was exposed to the network. |
Результат | void |