Uses of Class
weka.classifiers.trees.XGBoost.Objective
-
Packages that use XGBoost.Objective Package Description weka.classifiers.trees -
-
Uses of XGBoost.Objective in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.Objective Modifier and Type Field Description protected XGBoost.Objective
XGBoost. m_Objective
The learning objective.Methods in weka.classifiers.trees that return XGBoost.Objective Modifier and Type Method Description XGBoost.Objective
XGBoost. getObjective()
Gets the learning objective.static XGBoost.Objective
XGBoost.Objective. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.Objective[]
XGBoost.Objective. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.classifiers.trees with parameters of type XGBoost.Objective Modifier and Type Method Description void
XGBoost. setObjective(XGBoost.Objective value)
Sets the learning objective.
-