Class BoosterUtil


  • public class BoosterUtil
    extends Object
    • Method Detail

      • getNumberOfFeatures

        public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> int getNumberOfFeatures​(E estimator)
      • getObjFunction

        public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.jpmml.xgboost.ObjFunction getObjFunction​(E estimator)
      • encodeBooster

        public static <E extends Estimator & HasBooster & org.jpmml.xgboost.HasXGBoostOptions> org.dmg.pmml.mining.MiningModel encodeBooster​(E estimator,
                                                                                                                                             org.jpmml.converter.Schema schema)