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