Class HyperTangentFunction
- java.lang.Object
-
- ciir.umass.edu.learning.neuralnet.HyperTangentFunction
-
- All Implemented Interfaces:
TransferFunction
public class HyperTangentFunction extends java.lang.Object implements TransferFunction
- Author:
- vdang
-
-
Constructor Summary
Constructors Constructor Description HyperTangentFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecompute(double x)doublecomputeDerivative(double x)
-
-
-
Method Detail
-
compute
public double compute(double x)
- Specified by:
computein interfaceTransferFunction
-
computeDerivative
public double computeDerivative(double x)
- Specified by:
computeDerivativein interfaceTransferFunction
-
-