| Package | Description |
|---|---|
| ml.dmlc.xgboost4j.java |
| Modifier and Type | Class and Description |
|---|---|
class |
KryoBooster |
| Modifier and Type | Method and Description |
|---|---|
static Booster |
XGBoost.loadModel(InputStream in)
Load a new Booster model from a file opened as input stream.
|
static Booster |
XGBoost.loadModel(String modelPath)
load model from modelPath
|
static Booster |
XGBoost.train(DMatrix dtrain,
Map<String,Object> params,
int round,
Map<String,DMatrix> watches,
float[][] metrics,
IObjective obj,
IEvaluation eval,
int earlyStoppingRound) |
static Booster |
XGBoost.train(DMatrix dtrain,
Map<String,Object> params,
int round,
Map<String,DMatrix> watches,
IObjective obj,
IEvaluation eval) |
Copyright © 2013–2018 H2O.ai. All rights reserved.