Package sklearn.ensemble.bagging
Class BaggingUtil
- java.lang.Object
-
- sklearn.ensemble.bagging.BaggingUtil
-
public class BaggingUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Estimator>
org.dmg.pmml.mining.MiningModelencodeBagging(List<E> estimators, List<List<Integer>> estimatorsFeatures, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)
-
-
-
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)
-
-