Class BaggingUtil


  • public class BaggingUtil
    extends Object
    • Method Detail

      • encodeBagging

        public static <E extends Estimator> org.dmg.pmml.mining.MiningModel encodeBagging​(List<E> estimators,
                                                                                          List<List<Integer>> estimatorsFeatures,
                                                                                          org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
                                                                                          org.dmg.pmml.MiningFunction miningFunction,
                                                                                          org.jpmml.converter.Schema schema)