Class BoosterUtil

java.lang.Object
org.jpmml.sparkml.xgboost.BoosterUtil

public class BoosterUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <M extends org.apache.spark.ml.Model<M> & org.apache.spark.ml.param.shared.HasPredictionCol & ml.dmlc.xgboost4j.scala.spark.params.GeneralParams, C extends ModelConverter<M>>
    org.dmg.pmml.mining.MiningModel
    encodeBooster(C converter, ml.dmlc.xgboost4j.scala.Booster booster, org.jpmml.converter.Schema schema)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • encodeBooster

      public static <M extends org.apache.spark.ml.Model<M> & org.apache.spark.ml.param.shared.HasPredictionCol & ml.dmlc.xgboost4j.scala.spark.params.GeneralParams, C extends ModelConverter<M>> org.dmg.pmml.mining.MiningModel encodeBooster(C converter, ml.dmlc.xgboost4j.scala.Booster booster, org.jpmml.converter.Schema schema)