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 classLogistic regression.(package private) static classLogistic regression.(package private) static classMulticlass classification.(package private) static classMulticlass classification (predicted probability).(package private) static classMulticlass classification (predicted probability).Fields in biz.k11i.xgboost.learner with type parameters of type ObjFunctionModifier and TypeFieldDescriptionprivate static final Map<String, ObjFunction> ObjFunction.FUNCTIONSMethods in biz.k11i.xgboost.learner that return ObjFunctionMethods in biz.k11i.xgboost.learner with parameters of type ObjFunctionModifier and TypeMethodDescriptionstatic voidObjFunction.register(String name, ObjFunction objFunction) Deprecated.This method will be made private.