JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
F
G
H
M
P
R
S
T
U
V
X
_
A
AuxNodeWeightsHelper
- Class in
hex.genmodel.algos.xgboost
AuxNodeWeightsHelper()
- Constructor for class hex.genmodel.algos.xgboost.
AuxNodeWeightsHelper
B
biz.k11i.xgboost.tree
- package biz.k11i.xgboost.tree
C
calculateContributions(FVec, float[], TreeSHAPPredictor.Workspace)
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
calibrateClassProbabilities(double[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
close()
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
constructSubgraph(RegTreeNode[], RegTreeNodeStat[], SharedTreeNode, int, SharedTreeSubgraph, boolean[], boolean, String[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
convert(int, String)
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
convert(int, String, ConvertTreeOptions)
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
convert(int, String, ConvertTreeOptions)
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
F
fromXGBoost(String)
- Static method in enum hex.genmodel.algos.xgboost.
XGBoostMojoModel.ObjectiveType
G
getCalibGlmBeta()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
getDecisionPath(double[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
getId()
- Method in enum hex.genmodel.algos.xgboost.
XGBoostMojoModel.ObjectiveType
getInitF()
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
getLeafNodeAssignments(double[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
getModelName()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoReader
getNTreeGroups()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
getNTreesPerGroup()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
H
hex.genmodel.algos.xgboost
- package hex.genmodel.algos.xgboost
M
makeContributionsPredictor()
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
makeContributionsWorkspace()
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
makeModel(String[], String[][], String)
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoReader
makePredictor(RegTree)
- Static method in class biz.k11i.xgboost.tree.
TreeSHAPHelper
makePredictor(byte[], byte[])
- Static method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
markOneHotEncodedCategoricals(String[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
mojoVersion()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoReader
P
postReadInit()
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
postReadInit()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
R
readModelData()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoReader
readModelSpecificAttributes()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoReader
requiresOffset()
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
S
score0(double[], double, double[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
score0(double[], double[])
- Method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
T
toBytes(double[][])
- Static method in class hex.genmodel.algos.xgboost.
AuxNodeWeightsHelper
toPreds(double[], float[], double[], int, double[], double)
- Static method in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
TreeSHAPHelper
- Class in
biz.k11i.xgboost.tree
TreeSHAPHelper()
- Constructor for class biz.k11i.xgboost.tree.
TreeSHAPHelper
U
updateNodeWeights(Predictor, byte[])
- Static method in class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
V
valueOf(String)
- Static method in enum hex.genmodel.algos.xgboost.
XGBoostMojoModel.ObjectiveType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum hex.genmodel.algos.xgboost.
XGBoostMojoModel.ObjectiveType
Returns an array containing the constants of this enum type, in the order they are declared.
X
XGBoostJavaMojoModel
- Class in
hex.genmodel.algos.xgboost
Implementation of XGBoostMojoModel that uses Pure Java Predict see https://github.com/h2oai/xgboost-predictor
XGBoostJavaMojoModel(byte[], String[], String[][], String)
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
Deprecated.
XGBoostJavaMojoModel(byte[], String[], String[][], String, boolean)
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
Deprecated.
XGBoostJavaMojoModel(byte[], byte[], String[], String[][], String, boolean)
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostJavaMojoModel
XGBoostModelAttributes
- Class in
hex.genmodel.algos.xgboost
XGBoostModelAttributes(JsonObject, MojoModel)
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostModelAttributes
XGBoostMojoModel
- Class in
hex.genmodel.algos.xgboost
"Gradient Boosting Machine" MojoModel
XGBoostMojoModel(String[], String[][], String)
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostMojoModel
XGBoostMojoModel.ObjectiveType
- Enum in
hex.genmodel.algos.xgboost
XGBoostMojoReader
- Class in
hex.genmodel.algos.xgboost
XGBoostMojoReader()
- Constructor for class hex.genmodel.algos.xgboost.
XGBoostMojoReader
_
_boosterType
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_calib_glm_beta
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
GLM's beta used for calibrating output probabilities using Platt Scaling.
_catOffsets
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_cats
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_featureMap
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_hasOffset
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_ntrees
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_nums
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_sparse
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
_useAllFactorLevels
- Variable in class hex.genmodel.algos.xgboost.
XGBoostMojoModel
A
B
C
F
G
H
M
P
R
S
T
U
V
X
_
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes