Skip navigation links
B C D E F G H I L N O P R S V X _ 

B

buildMatrix(float[]) - Method in class hivemall.xgboost.utils.DenseDMatrixBuilder
 
buildMatrix(float[]) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
buildMatrix(float[]) - Method in class hivemall.xgboost.utils.SparseDMatrixBuilder
 

C

checkColIndex(int) - Static method in class hivemall.xgboost.utils.DMatrixBuilder
 
close(DMatrix) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
close(Booster) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
close() - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
close() - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
close() - Method in class hivemall.xgboost.XGBoostTrainUDTF
 
createBooster(DMatrix, Map<String, Object>) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
createDMatrix(List<XGBoostBatchPredictUDTF.LabeledPointWithRowId>) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 

D

DenseDMatrixBuilder - Class in hivemall.xgboost.utils
 
DenseDMatrixBuilder(int) - Constructor for class hivemall.xgboost.utils.DenseDMatrixBuilder
 
deserializeBooster(Text) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
DMatrixBuilder - Class in hivemall.xgboost.utils
 
DMatrixBuilder() - Constructor for class hivemall.xgboost.utils.DMatrixBuilder
 

E

evaluate() - Method in class hivemall.xgboost.XGBoostVersionUDF
 

F

forwardPredicted(Writable, double[]) - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
forwardPredicted(Writable, double[]) - Method in class hivemall.xgboost.XGBoostPredictOneUDTF
 
forwardPredicted(Writable, double[]) - Method in class hivemall.xgboost.XGBoostPredictTripleUDTF
 

G

getOptions() - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
getOptions() - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
getOptions() - Method in class hivemall.xgboost.XGBoostTrainUDTF
 
getReturnOI(PrimitiveObjectInspector) - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
Return (string rowid, array predicted) as a result
getReturnOI(PrimitiveObjectInspector) - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
Return (primitive rowid, array predicted) as a result
getReturnOI(PrimitiveObjectInspector) - Method in class hivemall.xgboost.XGBoostPredictOneUDTF
Return (string rowid, double predicted) as a result
getReturnOI(PrimitiveObjectInspector) - Method in class hivemall.xgboost.XGBoostPredictTripleUDTF
Return (string rowid, int label, double probability) as a result
getRowId() - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF.LabeledPointWithRowId
 
getVersion() - Static method in class hivemall.xgboost.utils.XGBoostUtils
 

H

hivemall.xgboost - package hivemall.xgboost
 
hivemall.xgboost.utils - package hivemall.xgboost.utils
 

I

initialize(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
initialize(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
initialize(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostTrainUDTF
 
initXGBoost() - Static method in class hivemall.xgboost.utils.NativeLibLoader
 

L

loadPredictor(Text) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 

N

NativeLibLoader - Class in hivemall.xgboost.utils
 
NativeLibLoader() - Constructor for class hivemall.xgboost.utils.NativeLibLoader
 
nextColumn(int, float) - Method in class hivemall.xgboost.utils.DenseDMatrixBuilder
 
nextColumn(int, float) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextColumn(String) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextColumn(int, float) - Method in class hivemall.xgboost.utils.SparseDMatrixBuilder
 
nextRow() - Method in class hivemall.xgboost.utils.DenseDMatrixBuilder
 
nextRow(float[]) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextRow(String[]) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextRow(String[], int, int) - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextRow() - Method in class hivemall.xgboost.utils.DMatrixBuilder
 
nextRow() - Method in class hivemall.xgboost.utils.SparseDMatrixBuilder
 
numClass - Variable in class hivemall.xgboost.XGBoostTrainUDTF
 

O

objectiveType - Variable in class hivemall.xgboost.XGBoostTrainUDTF
 
onFinishTraining(Booster) - Method in class hivemall.xgboost.XGBoostTrainUDTF
 

P

params - Variable in class hivemall.xgboost.XGBoostTrainUDTF
 
parseRowAsFVec(String[], int, int) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
process(Object[]) - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
process(Object[]) - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
process(Object[]) - Method in class hivemall.xgboost.XGBoostTrainUDTF
 
processOptions(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
processOptions(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
processOptions(ObjectInspector[]) - Method in class hivemall.xgboost.XGBoostTrainUDTF
 
processTargetValue(float) - Method in class hivemall.xgboost.XGBoostTrainUDTF
To validate target range, overrides this method

R

resolve(String) - Static method in enum hivemall.xgboost.XGBoostTrainUDTF.ObjectiveType
 

S

serializeBooster(Booster) - Static method in class hivemall.xgboost.utils.XGBoostUtils
 
SparseDMatrixBuilder - Class in hivemall.xgboost.utils
 
SparseDMatrixBuilder(int) - Constructor for class hivemall.xgboost.utils.SparseDMatrixBuilder
 
SparseDMatrixBuilder(int, boolean) - Constructor for class hivemall.xgboost.utils.SparseDMatrixBuilder
 

V

valueOf(String) - Static method in enum hivemall.xgboost.XGBoostTrainUDTF.ObjectiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum hivemall.xgboost.XGBoostTrainUDTF.ObjectiveType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XGBoostBatchPredictUDTF - Class in hivemall.xgboost
 
XGBoostBatchPredictUDTF() - Constructor for class hivemall.xgboost.XGBoostBatchPredictUDTF
 
XGBoostBatchPredictUDTF.LabeledPointWithRowId - Class in hivemall.xgboost
 
XGBoostOnlinePredictUDTF - Class in hivemall.xgboost
 
XGBoostOnlinePredictUDTF() - Constructor for class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
XGBoostOnlinePredictUDTF(Object[]) - Constructor for class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
XGBoostPredictOneUDTF - Class in hivemall.xgboost
 
XGBoostPredictOneUDTF() - Constructor for class hivemall.xgboost.XGBoostPredictOneUDTF
 
XGBoostPredictTripleUDTF - Class in hivemall.xgboost
 
XGBoostPredictTripleUDTF() - Constructor for class hivemall.xgboost.XGBoostPredictTripleUDTF
 
XGBoostTrainUDTF - Class in hivemall.xgboost
UDTF for train_xgboost
XGBoostTrainUDTF() - Constructor for class hivemall.xgboost.XGBoostTrainUDTF
 
XGBoostTrainUDTF.ObjectiveType - Enum in hivemall.xgboost
 
XGBoostUtils - Class in hivemall.xgboost.utils
 
XGBoostVersionUDF - Class in hivemall.xgboost
 
XGBoostVersionUDF() - Constructor for class hivemall.xgboost.XGBoostVersionUDF
 

_

_forwardObj - Variable in class hivemall.xgboost.XGBoostBatchPredictUDTF
 
_forwardObj - Variable in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
_predictedCache - Variable in class hivemall.xgboost.XGBoostOnlinePredictUDTF
 
B C D E F G H I L N O P R S V X _ 
Skip navigation links

Copyright © 2013–2019 Apache Hivemall. All rights reserved.