Class GradientBoostingUtil


  • public class GradientBoostingUtil
    extends java.lang.Object
    • Method Detail

      • encodeGradientBoosting

        public static <E extends Estimator & HasEstimatorEnsemble<TreeRegressor> & HasTreeOptions> org.dmg.pmml.mining.MiningModel encodeGradientBoosting​(E estimator,
                                                                                                                                                          java.lang.Number initialPrediction,
                                                                                                                                                          java.lang.Number learningRate,
                                                                                                                                                          org.jpmml.converter.Schema schema)