public interface NetFunction extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
functionG(double x)
get output for input of x
|
double |
functionGprime(double x)
get derivitive of function for input x
used for back propogation learning
|