Interface MeanEncoder.MeanFunction

All Superinterfaces:
BiFunction<Double,Integer,Double>
Enclosing class:
MeanEncoder

public static interface MeanEncoder.MeanFunction extends BiFunction<Double,Integer,Double>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Double sum, Integer count)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen