|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.transfer.TransferFunction
org.neuroph.core.transfer.Linear
public class Linear
Linear neuron transfer function.
Constructor Summary | |
---|---|
Linear()
Creates an instance of Linear transfer function |
|
Linear(double slope)
Creates an instance of Linear transfer function with specified value for getSlope parametar. |
|
Linear(java.util.Properties properties)
Creates an instance of Linear transfer function with specified properties |
Method Summary | |
---|---|
double |
getDerivative(double net)
Returns the first derivative of this function. |
double |
getOutput(double net)
Returns the ouput of this function. |
double |
getSlope()
Returns the slope parametar of this function |
void |
setSlope(double slope)
Sets the slope parametar for this function |
Methods inherited from class org.neuroph.core.transfer.TransferFunction |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Linear()
public Linear(double slope)
public Linear(java.util.Properties properties)
Method Detail |
---|
public double getSlope()
public void setSlope(double slope)
slope
- value for the slope parametarpublic double getOutput(double net)
TransferFunction
getOutput
in class TransferFunction
net
- net inputpublic double getDerivative(double net)
TransferFunction
getDerivative
in class TransferFunction
net
- net input
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |