public class SigmoidOutputFunction extends java.lang.Object implements OutputFunction
Constructor and Description |
---|
SigmoidOutputFunction() |
Modifier and Type | Method and Description |
---|---|
double |
derivative(double in) |
static double |
f(double x) |
double |
value(double in) |
public static double f(double x)
public double value(double in)
value
in interface OutputFunction
public double derivative(double in)
derivative
in interface OutputFunction