public class BaggingUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator> |
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) |
static List<List<Integer>> |
transformEstimatorsFeatures(List<? extends HasArray> estimatorsFeatures) |
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)
Copyright © 2019. All rights reserved.