public class Log extends TransferFunction
Log neuron transfer function. output = log(input)
output| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDerivative(double net)
Returns the first derivative of this function.
|
double |
getOutput(double net)
Returns the ouput of this function.
|
public double getOutput(double net)
TransferFunctiongetOutput in class TransferFunctionnet - total inputpublic double getDerivative(double net)
TransferFunctiongetDerivative in class TransferFunctionnet - total inputCopyright © 2019 Neuroph Project. All rights reserved.