- predict(FVec, int, float) - Method in class biz.k11i.xgboost.gbm.GBLinear
-
- predict(FVec, int, float) - Method in class biz.k11i.xgboost.gbm.GBTree
-
- predict(FVec, int, float) - Method in interface biz.k11i.xgboost.gbm.GradBooster
-
Generates predictions for given feature vector.
- predict(FVec) - Method in class biz.k11i.xgboost.Predictor
-
Generates predictions for given feature vector.
- predict(FVec, boolean) - Method in class biz.k11i.xgboost.Predictor
-
Generates predictions for given feature vector.
- predict(FVec, float) - Method in class biz.k11i.xgboost.Predictor
-
Generates predictions for given feature vector.
- predict(FVec, float, int) - Method in class biz.k11i.xgboost.Predictor
-
Generates predictions for given feature vector.
- predict(FVec, boolean, int) - Method in class biz.k11i.xgboost.Predictor
-
Generates predictions for given feature vector.
- predictLeaf(FVec, int) - Method in class biz.k11i.xgboost.gbm.GBLinear
-
- predictLeaf(FVec, int) - Method in class biz.k11i.xgboost.gbm.GBTree
-
- predictLeaf(FVec, int) - Method in interface biz.k11i.xgboost.gbm.GradBooster
-
Predicts the leaf index of each tree.
- predictLeaf(FVec) - Method in class biz.k11i.xgboost.Predictor
-
Predicts leaf index of each tree.
- predictLeaf(FVec, int) - Method in class biz.k11i.xgboost.Predictor
-
Predicts leaf index of each tree.
- predictLeafPath(FVec, int) - Method in class biz.k11i.xgboost.gbm.GBLinear
-
- predictLeafPath(FVec, int) - Method in class biz.k11i.xgboost.gbm.GBTree
-
- predictLeafPath(FVec, int) - Method in interface biz.k11i.xgboost.gbm.GradBooster
-
Predicts the path to leaf of each tree.
- predictLeafPath(FVec) - Method in class biz.k11i.xgboost.Predictor
-
Predicts path to leaf of each tree.
- predictLeafPath(FVec, int) - Method in class biz.k11i.xgboost.Predictor
-
Predicts path to leaf of each tree.
- Predictor - Class in biz.k11i.xgboost
-
Predicts using the Xgboost model.
- Predictor(InputStream) - Constructor for class biz.k11i.xgboost.Predictor
-
- Predictor(InputStream, PredictorConfiguration) - Constructor for class biz.k11i.xgboost.Predictor
-
Instantiates with the Xgboost model
- PredictorConfiguration - Class in biz.k11i.xgboost.config
-
- PredictorConfiguration() - Constructor for class biz.k11i.xgboost.config.PredictorConfiguration
-
- PredictorConfiguration.Builder - Class in biz.k11i.xgboost.config
-
- predictSingle(FVec, int, float) - Method in class biz.k11i.xgboost.gbm.GBLinear
-
- predictSingle(FVec, int, float) - Method in class biz.k11i.xgboost.gbm.GBTree
-
- predictSingle(FVec, int, float) - Method in interface biz.k11i.xgboost.gbm.GradBooster
-
Generates a prediction for given feature vector.
- predictSingle(FVec) - Method in class biz.k11i.xgboost.Predictor
-
Generates a prediction for given feature vector.
- predictSingle(FVec, boolean) - Method in class biz.k11i.xgboost.Predictor
-
Generates a prediction for given feature vector.
- predictSingle(FVec, boolean, int) - Method in class biz.k11i.xgboost.Predictor
-
Generates a prediction for given feature vector.
- predTransform(float[]) - Method in class biz.k11i.xgboost.learner.ObjFunction
-
Transforms prediction values.
- predTransform(float) - Method in class biz.k11i.xgboost.learner.ObjFunction
-
Transforms a prediction value.
- probToMargin(float) - Method in class biz.k11i.xgboost.learner.ObjFunction
-