Uses of Interface
sklearn.ensemble.stacking.StackingUtil.PredictFunction
-
Packages that use StackingUtil.PredictFunction Package Description sklearn.ensemble.stacking -
-
Uses of StackingUtil.PredictFunction in sklearn.ensemble.stacking
Methods in sklearn.ensemble.stacking with parameters of type StackingUtil.PredictFunction Modifier and Type Method Description static <E extends Estimator>
org.dmg.pmml.mining.MiningModelStackingUtil. encodeStacking(List<? extends E> estimators, List<String> stackMethods, StackingUtil.PredictFunction predictFunction, E finalEstimator, boolean passthrough, org.jpmml.converter.Schema schema)
-