Interface MeanEncoder.MeanFunction

  • All Superinterfaces:
    java.util.function.BiFunction<java.lang.Double,​java.lang.Integer,​java.lang.Double>
    Enclosing class:
    MeanEncoder

    public static interface MeanEncoder.MeanFunction
    extends java.util.function.BiFunction<java.lang.Double,​java.lang.Integer,​java.lang.Double>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Double apply​(java.lang.Double sum, java.lang.Integer count)  
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Method Detail

      • apply

        java.lang.Double apply​(java.lang.Double sum,
                               java.lang.Integer count)
        Specified by:
        apply in interface java.util.function.BiFunction<java.lang.Double,​java.lang.Integer,​java.lang.Double>