public class EstimatorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.jpmml.converter.Feature> |
export(Estimator estimator,
String predictFunc,
org.jpmml.converter.Schema schema,
org.dmg.pmml.Model model,
SkLearnEncoder encoder) |
static List<?> |
getClasses(Estimator estimator) |
static org.dmg.pmml.MiningFunction |
getMiningFunction(List<? extends Estimator> estimators) |
public static org.dmg.pmml.MiningFunction getMiningFunction(List<? extends Estimator> estimators)
public static List<org.jpmml.converter.Feature> export(Estimator estimator, String predictFunc, org.jpmml.converter.Schema schema, org.dmg.pmml.Model model, SkLearnEncoder encoder)
Copyright © 2022. All rights reserved.