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