public abstract class TransferFunction extends Object implements Serializable
Neuron,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected double |
output
Output result
|
| Constructor and Description |
|---|
TransferFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDerivative(double totalInput)
Returns the first derivative of this function.
|
abstract double |
getOutput(double totalInput)
Returns the ouput of this function.
|
public abstract double getOutput(double totalInput)
totalInput - total inputpublic double getDerivative(double totalInput)
totalInput - total inputCopyright © 2019 Neuroph Project. All rights reserved.