Class MathFunctions

java.lang.Object
es.uam.eps.ir.relison.utils.math.MathFunctions

public class MathFunctions
extends java.lang.Object
Mathematical functions.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.function.DoubleUnaryOperator sigmoid
    Computes the sigmoid of a number.
  • Constructor Summary

    Constructors 
    Constructor Description
    MathFunctions()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sigmoid

      public static java.util.function.DoubleUnaryOperator sigmoid
      Computes the sigmoid of a number.
  • Constructor Details