Class Sigmoid

    • Constructor Summary

      Constructors 
      Constructor Description
      Sigmoid()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.function.ToDoubleFunction<java.lang.Double> getEActivation()
      Get the function that will be applied to each element.
      java.util.function.ToDoubleFunction<java.lang.Double> getETransferDerivative()
      Return the function to transfer derivative that will be applied to each element.
      java.util.function.Function<Matrix,​Matrix> getTransferDerivative()
      Return a function that will transfer derivative on each element.
      java.lang.String toString()
      Get a string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Sigmoid

        public Sigmoid()