Package sklearn.ensemble.stacking
Interface StackingUtil.PredictFunction
-
- Enclosing class:
- StackingUtil
public static interface StackingUtil.PredictFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.jpmml.converter.Feature>apply(int index, org.dmg.pmml.Model model, String stackMethod, SkLearnEncoder encoder)
-
-
-
Method Detail
-
apply
List<org.jpmml.converter.Feature> apply(int index, org.dmg.pmml.Model model, String stackMethod, SkLearnEncoder encoder)
-
-