public class HistGradientBoostingUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.mining.MiningModel |
encodeHistGradientBoosting(List<List<TreePredictor>> predictors,
BinMapper binMapper,
List<? extends Number> baselinePredictions,
int column,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.mining.MiningModel |
encodeHistGradientBoosting(List<TreePredictor> treePredictors,
BinMapper binMapper,
Number baselinePrediction,
org.jpmml.converter.Schema schema) |
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)
public static org.dmg.pmml.mining.MiningModel encodeHistGradientBoosting(List<TreePredictor> treePredictors, BinMapper binMapper, Number baselinePrediction, org.jpmml.converter.Schema schema)
Copyright © 2023. All rights reserved.