public class PredictorFactory
extends java.lang.Object
| Constructor and Description |
|---|
PredictorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static biz.k11i.xgboost.Predictor |
makePredictor(byte[] boosterBytes) |
static biz.k11i.xgboost.Predictor |
makePredictor(byte[] boosterBytes,
byte[] auxNodeWeightBytes,
boolean scoringOnly) |