Class BaggingUtil

java.lang.Object
sklearn.ensemble.bagging.BaggingUtil

public class BaggingUtil extends Object
  • Method Details

    • 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)