Class HistGradientBoostingUtil


  • public class HistGradientBoostingUtil
    extends Object
    • Method Detail

      • encodeHistGradientBoosting

        public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting​(List<List<TreePredictor>> predictors,
                                                                                 BinMapper binMapper,
                                                                                 List<? extends Number> baselinePredictions,
                                                                                 int column,
                                                                                 org.jpmml.converter.Schema schema)
      • encodeHistGradientBoosting

        public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting​(List<TreePredictor> treePredictors,
                                                                                 BinMapper binMapper,
                                                                                 Number baselinePrediction,
                                                                                 org.jpmml.converter.Schema schema)