public class XGBoostJavaBigScoreChunkPredict extends java.lang.Object implements XGBoostPredict, hex.Model.BigScoreChunkPredict
XGBoostPredict.OutputType| Constructor and Description |
|---|
XGBoostJavaBigScoreChunkPredict(hex.DataInfo di,
XGBoostOutput output,
XGBoostModel.XGBoostParameters parms,
double threshold,
biz.k11i.xgboost.Predictor predictor,
water.fvec.Frame data) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float[][] |
predict(water.fvec.Chunk[] cs) |
double[] |
score0(water.fvec.Chunk[] chks,
double offset,
int row_in_chunk,
double[] tmp,
double[] preds) |
public XGBoostJavaBigScoreChunkPredict(hex.DataInfo di,
XGBoostOutput output,
XGBoostModel.XGBoostParameters parms,
double threshold,
biz.k11i.xgboost.Predictor predictor,
water.fvec.Frame data)
public double[] score0(water.fvec.Chunk[] chks,
double offset,
int row_in_chunk,
double[] tmp,
double[] preds)
score0 in interface hex.Model.BigScoreChunkPredictpublic float[][] predict(water.fvec.Chunk[] cs)
predict in interface XGBoostPredictpublic void close()
close in interface hex.Model.BigScoreChunkPredictclose in interface java.lang.AutoCloseable