Class CauchyInfomax



  • public class CauchyInfomax
    extends Function
    cauchy distribution score function
    • Constructor Summary

      Constructors 
      Constructor and Description
      CauchyInfomax() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double apply(double t) 
      void apply(double[] x)
      apply function in place, to each element of inout
      void apply(double[] x, double[] y)
      apply function to each element of in, placing result in out
      java.lang.String format(java.lang.String t) 
      • Methods inherited from class java.lang.Object

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

      • CauchyInfomax

        public CauchyInfomax()
    • Method Detail

      • apply

        public final double apply(double t)
        Specified by:
        apply in class Function
      • apply

        public final void apply(double[] x)
        Description copied from class: Function
        apply function in place, to each element of inout
        Overrides:
        apply in class Function
      • apply

        public final void apply(double[] x,
                                double[] y)
        Description copied from class: Function
        apply function to each element of in, placing result in out
        Overrides:
        apply in class Function
      • format

        public java.lang.String format(java.lang.String t)
        Specified by:
        format in class Function