Interface StackingUtil.PredictFunction

  • Enclosing class:
    StackingUtil

    public static interface StackingUtil.PredictFunction
    • Method Detail

      • apply

        java.util.List<org.jpmml.converter.Feature> apply​(int index,
                                                          org.dmg.pmml.Model model,
                                                          java.lang.String stackMethod,
                                                          SkLearnEncoder encoder)