Package sklearn
Class EstimatorUtil
- java.lang.Object
-
- sklearn.EstimatorUtil
-
public class EstimatorUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.MiningFunctiongetMiningFunction(List<? extends Estimator> estimators)
-
-
-
Method Detail
-
getMiningFunction
public static org.dmg.pmml.MiningFunction getMiningFunction(List<? extends Estimator> estimators)
-
export
public static List<org.jpmml.converter.Feature> export(Estimator estimator, String predictFunc, org.jpmml.converter.Schema schema, org.dmg.pmml.Model model, SkLearnEncoder encoder)
-
-