public class Sgn extends TransferFunction implements Serializable
output| Constructor and Description |
|---|
Sgn() |
| Modifier and Type | Method and Description |
|---|---|
double |
getOutput(double net)
y = 1, x > 0
y = -1, x <= 0
|
Properties |
getProperties()
Returns the properties of this function
|
getDerivativepublic double getOutput(double net)
getOutput in class TransferFunctionnet - total inputpublic Properties getProperties()
Copyright © 2019 Neuroph Project. All rights reserved.