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 Detail

      • compute

        double compute​(double x)
      • computeDerivative

        double computeDerivative​(double x)