public class Sin extends TransferFunction
Sin neuron transfer function. output = sin(input)
output| Constructor and Description |
|---|
Sin() |
| 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.