public class XGBoostMojoModel extends hex.genmodel.MojoModel implements Closeable
| Constructor and Description |
|---|
XGBoostMojoModel(String[] columns,
String[][] domains,
String responseColumn,
byte[] boosterBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getBoosterBytes() |
double[] |
score0(double[] row,
double[] preds) |
getModelCategory, getUUID, isSupervised, load, load, load, nclasses, nfeaturesbitSetContains, bitSetIsInRange, calibrateClassProbabilities, convertDouble2Float, correctProbabilities, createAuxKey, features, GBM_rescale, getCategoricalEncoding, getColIdx, getDomainValues, getDomainValues, getDomainValues, getHeader, getModelCategories, getNames, getNumClasses, getNumCols, getNumResponseClasses, getOffsetName, getOrigDomainValues, getOrigNames, getOrigNumCols, getOrigProjectionArray, getOutputDomains, getOutputNames, getPrediction, getPredictionBinomial, getPredictionMultinomial, getPredsSize, getPredsSize, getResponseIdx, getResponseName, GLM_identityInv, GLM_inverseInv, GLM_logInv, GLM_logitInv, GLM_ologitInv, GLM_tweedieInv, img2pixels, internal_threadSafeInstance, isAutoEncoder, isClassifier, KMeans_closest, KMeans_distance, KMeans_distance, KMeans_distances, Kmeans_preprocessData, Kmeans_preprocessData, KMeans_simplex, log_rescale, mapEnum, nCatFeatures, requiresOffset, score0, setCats, setCats, setInput, setInputpublic double[] score0(double[] row,
double[] preds)
score0 in class hex.genmodel.GenModelpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic byte[] getBoosterBytes()
Copyright © 2023. All rights reserved.