Uses of Class
biz.k11i.xgboost.learner.ObjFunction
Packages that use ObjFunction
-
Uses of ObjFunction in biz.k11i.xgboost
Fields in biz.k11i.xgboost declared as ObjFunction -
Uses of ObjFunction in biz.k11i.xgboost.config
Fields in biz.k11i.xgboost.config declared as ObjFunctionMethods in biz.k11i.xgboost.config that return ObjFunctionMethods in biz.k11i.xgboost.config with parameters of type ObjFunctionModifier and TypeMethodDescriptionPredictorConfiguration.Builder.objFunction
(ObjFunction objFunction) -
Uses of ObjFunction in biz.k11i.xgboost.learner
Subclasses of ObjFunction in biz.k11i.xgboost.learnerModifier and TypeClassDescription(package private) static class
Logistic regression.(package private) static class
Logistic regression.(package private) static class
Multiclass classification.(package private) static class
Multiclass classification (predicted probability).(package private) static class
Multiclass classification (predicted probability).Fields in biz.k11i.xgboost.learner with type parameters of type ObjFunctionModifier and TypeFieldDescriptionprivate static final Map
<String, ObjFunction> ObjFunction.FUNCTIONS
Methods in biz.k11i.xgboost.learner that return ObjFunctionMethods in biz.k11i.xgboost.learner with parameters of type ObjFunctionModifier and TypeMethodDescriptionstatic void
ObjFunction.register
(String name, ObjFunction objFunction) Deprecated.This method will be made private.