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