Package category_encoders
Interface MeanEncoder.MeanFunction
-
- All Superinterfaces:
BiFunction<Double,Integer,Double>
- Enclosing class:
- MeanEncoder
public static interface MeanEncoder.MeanFunction extends BiFunction<Double,Integer,Double>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Doubleapply(Double sum, Integer count)-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-