|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActivationFunction
Defines methods required by activation functions for a neural network.
Method Summary | |
---|---|
double |
calcDerivative(double x)
Calculate the derivative of this function at the given input. |
double |
calculate(double x)
Calculate the value of this function at the given input. |
double |
getMaximum()
Return the maximum value this function can produce. |
double |
getMinimum()
Return the minimum value this function can produce. |
Method Detail |
---|
double getMaximum()
double getMinimum()
double calcDerivative(double x)
double calculate(double x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |