Interface StackingUtil.PredictFunction

Enclosing class:
StackingUtil

public static interface StackingUtil.PredictFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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)