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