Interface TransferFunction
-
- All Known Implementing Classes:
HyperTangentFunction,LogiFunction
public interface TransferFunction- Author:
- vdang This is the abstract class for implementing transfer functions for neuralnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecompute(double x)doublecomputeDerivative(double x)
-