public class XGBoostNativeBigScoreChunkPredict extends java.lang.Object implements XGBoostPredictContrib, hex.Model.BigScoreChunkPredict
XGBoostPredict.OutputType| Constructor and Description |
|---|
XGBoostNativeBigScoreChunkPredict(XGBoostModelInfo modelInfo,
XGBoostModel.XGBoostParameters parms,
hex.DataInfo di,
BoosterParms boosterParms,
double threshold,
XGBoostOutput output,
water.fvec.Frame fr,
water.fvec.Chunk[] chks) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float[][] |
predict(water.fvec.Chunk[] cs) |
float[][] |
predictContrib(water.fvec.Chunk[] cs) |
double[] |
score0(water.fvec.Chunk[] chks,
double offset,
int row_in_chunk,
double[] tmp,
double[] preds) |
public XGBoostNativeBigScoreChunkPredict(XGBoostModelInfo modelInfo, XGBoostModel.XGBoostParameters parms, hex.DataInfo di, BoosterParms boosterParms, double threshold, XGBoostOutput output, water.fvec.Frame fr, water.fvec.Chunk[] chks)
public double[] score0(water.fvec.Chunk[] chks,
double offset,
int row_in_chunk,
double[] tmp,
double[] preds)
score0 in interface hex.Model.BigScoreChunkPredictpublic float[][] predictContrib(water.fvec.Chunk[] cs)
predictContrib in interface XGBoostPredictContribpublic float[][] predict(water.fvec.Chunk[] cs)
predict in interface XGBoostPredictpublic void close()
close in interface hex.Model.BigScoreChunkPredictclose in interface java.lang.AutoCloseable