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)
TransferFunction
getOutput
in class TransferFunction
net
- total inputpublic double getDerivative(double net)
TransferFunction
getDerivative
in class TransferFunction
net
- total inputCopyright © 2019 Neuroph Project. All rights reserved.