Uses of Class
org.jpmml.xgboost.ObjFunction
-
Packages that use ObjFunction Package Description org.jpmml.xgboost -
-
Uses of ObjFunction in org.jpmml.xgboost
Subclasses of ObjFunction in org.jpmml.xgboost Modifier and Type Class Description classAFTclassBinomialLogisticRegressionclassClassificationclassGeneralizedLinearRegressionclassHingeClassificationclassLambdaMARTclassLinearRegressionclassLogisticRegressionclassMultinomialLogisticRegressionclassPoissonRegressionclassRegressionMethods in org.jpmml.xgboost that return ObjFunction Modifier and Type Method Description ObjFunctionLearner. obj()Methods in org.jpmml.xgboost with parameters of type ObjFunction Modifier and Type Method Description org.dmg.pmml.mining.MiningModelGBTree. encodeModel(ObjFunction obj, float[] base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)
-