public class Step extends TransferFunction implements Serializable
output| Constructor and Description |
|---|
Step()
Creates an instance of Step transfer function
|
Step(Properties properties)
Creates an instance of Step transfer function with specified properties
|
| Modifier and Type | Method and Description |
|---|---|
double |
getOutput(double net)
Returns the ouput of this function.
|
Properties |
getProperties()
Returns the properties of this function
|
double |
getYHigh()
Returns output value for high output level
|
double |
getYLow()
Returns output value for low output level
|
void |
setYHigh(double yHigh)
Set output value for the high output level
|
void |
setYLow(double yLow)
Set output value for the low output level
|
getDerivativepublic Step()
public Step(Properties properties)
public double getOutput(double net)
TransferFunctiongetOutput in class TransferFunctionnet - total inputpublic double getYHigh()
public void setYHigh(double yHigh)
yHigh - value for the high output levelpublic double getYLow()
public void setYLow(double yLow)
yLow - value for the low output levelpublic Properties getProperties()
Copyright © 2019 Neuroph Project. All rights reserved.