org.neuroph.core.transfer
Class RectifiedLinear
- java.lang.Object
-
- org.neuroph.core.transfer.TransferFunction
-
- org.neuroph.core.transfer.RectifiedLinear
-
- All Implemented Interfaces:
- java.io.Serializable
public class RectifiedLinear extends TransferFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RectifiedLinear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetDerivative(double net)Returns the first derivative of this function.doublegetOutput(double net)Returns the ouput of this function.
-
-
-
Method Detail
-
getOutput
public double getOutput(double net)
Description copied from class:TransferFunctionReturns the ouput of this function.- Specified by:
getOutputin classTransferFunction- Parameters:
net- total input
-
getDerivative
public double getDerivative(double net)
Description copied from class:TransferFunctionReturns the first derivative of this function. Note: should this method should be abstract?- Overrides:
getDerivativein classTransferFunction- Parameters:
net- total input
-
-
DMelt 3.0 © DataMelt by jWork.ORG