Package category_encoders
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.Doubleapply(java.lang.Double sum, java.lang.Integer count)
-