|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a generic ativation function. Subclasses will return the activation given an input or the derivative of the activation given the input.
| Method Summary | |
double |
activation(double val)
The activation level given the input. |
double |
derivative(double val)
The derivative of the activation value. |
| Method Detail |
public double activation(double val)
val - The raw value.
public double derivative(double val)
val - The raw value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||