Package sklearn

Class EstimatorUtil


  • public class EstimatorUtil
    extends Object
    • Method Detail

      • getMiningFunction

        public static org.dmg.pmml.MiningFunction getMiningFunction​(List<? extends Estimator> estimators)
      • getClasses

        public static List<?> getClasses​(Estimator estimator)
      • 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)