public interface XGBoostExecutor
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
EvalMetric |
getEvalMetric()
Retrieves the value of the evaluation metric both for training and validation dataset.
|
byte[] |
setup() |
void |
update(int treeId) |
byte[] |
updateBooster() |
byte[] setup()
void update(int treeId)
byte[] updateBooster()
EvalMetric getEvalMetric()