public class XGBoostBigScoreChunkPredict
extends java.lang.Object
implements hex.Model.BigScoreChunkPredict
| Constructor and Description |
|---|
XGBoostBigScoreChunkPredict(int nclasses,
float[][] preds,
double threshold) |
| 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 XGBoostBigScoreChunkPredict(int nclasses,
float[][] preds,
double threshold)
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