Uses of Class
biz.k11i.xgboost.learner.ObjFunction
-
Packages that use ObjFunction Package Description biz.k11i.xgboost.config biz.k11i.xgboost.learner -
-
Uses of ObjFunction in biz.k11i.xgboost.config
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
Methods in biz.k11i.xgboost.learner that return ObjFunction Modifier and Type Method Description static ObjFunction
ObjFunction. fromName(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(String name, ObjFunction objFunction)
Deprecated.This method will be made private.
-