Uses of Class
biz.k11i.xgboost.learner.ObjFunction
-
Packages that use ObjFunction Package Description biz.k11i.xgboost biz.k11i.xgboost.config biz.k11i.xgboost.learner -
-
Uses of ObjFunction in biz.k11i.xgboost
Fields in biz.k11i.xgboost declared as ObjFunction Modifier and Type Field Description private ObjFunction
Predictor. obj
-
Uses of ObjFunction in biz.k11i.xgboost.config
Fields in biz.k11i.xgboost.config declared as ObjFunction Modifier and Type Field Description private ObjFunction
PredictorConfiguration. objFunction
Methods in biz.k11i.xgboost.config that return ObjFunction Modifier and Type Method Description ObjFunction
PredictorConfiguration. getObjFunction()
Methods in biz.k11i.xgboost.config with parameters of type ObjFunction Modifier and Type Method Description PredictorConfiguration.Builder
PredictorConfiguration.Builder. objFunction(ObjFunction objFunction)
-
Uses of ObjFunction in biz.k11i.xgboost.learner
Subclasses of ObjFunction in biz.k11i.xgboost.learner Modifier and Type Class Description (package private) static class
ObjFunction.RegLossObjLogistic
Logistic regression.(package private) static class
ObjFunction.RegLossObjLogistic_Jafama
Logistic regression.(package private) static class
ObjFunction.SoftmaxMultiClassObjClassify
Multiclass classification.(package private) static class
ObjFunction.SoftmaxMultiClassObjProb
Multiclass classification (predicted probability).(package private) static class
ObjFunction.SoftmaxMultiClassObjProb_Jafama
Multiclass classification (predicted probability).Fields in biz.k11i.xgboost.learner with type parameters of type ObjFunction Modifier and Type Field Description private static java.util.Map<java.lang.String,ObjFunction>
ObjFunction. FUNCTIONS
Methods in biz.k11i.xgboost.learner that return ObjFunction Modifier and Type Method Description static ObjFunction
ObjFunction. fromName(java.lang.String name)
GetsObjFunction
from given name.Methods in biz.k11i.xgboost.learner with parameters of type ObjFunction Modifier and Type Method Description static void
ObjFunction. register(java.lang.String name, ObjFunction objFunction)
Deprecated.This method will be made private.
-