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 ObjFunctionPredictor. obj -
Uses of ObjFunction in biz.k11i.xgboost.config
Fields in biz.k11i.xgboost.config declared as ObjFunction Modifier and Type Field Description private ObjFunctionPredictorConfiguration. objFunctionMethods in biz.k11i.xgboost.config that return ObjFunction Modifier and Type Method Description ObjFunctionPredictorConfiguration. getObjFunction()Methods in biz.k11i.xgboost.config with parameters of type ObjFunction Modifier and Type Method Description PredictorConfiguration.BuilderPredictorConfiguration.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 classObjFunction.RegLossObjLogisticLogistic regression.(package private) static classObjFunction.RegLossObjLogistic_JafamaLogistic regression.(package private) static classObjFunction.RegObjFunctionRegression.(package private) static classObjFunction.SoftmaxMultiClassObjClassifyMulticlass classification.(package private) static classObjFunction.SoftmaxMultiClassObjProbMulticlass classification (predicted probability).(package private) static classObjFunction.SoftmaxMultiClassObjProb_JafamaMulticlass 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. FUNCTIONSMethods in biz.k11i.xgboost.learner that return ObjFunction Modifier and Type Method Description static ObjFunctionObjFunction. fromName(java.lang.String name)GetsObjFunctionfrom given name.Methods in biz.k11i.xgboost.learner with parameters of type ObjFunction Modifier and Type Method Description static voidObjFunction. register(java.lang.String name, ObjFunction objFunction)Deprecated.This method will be made private.
-