Uses of Class
weka.classifiers.trees.XGBoost.BoosterType
-
Packages that use XGBoost.BoosterType Package Description weka.classifiers.trees -
-
Uses of XGBoost.BoosterType in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.BoosterType Modifier and Type Field Description protected XGBoost.BoosterType
XGBoost. m_BoosterType
The type of booster to use.Methods in weka.classifiers.trees that return XGBoost.BoosterType Modifier and Type Method Description XGBoost.BoosterType
XGBoost. getBooster()
Gets the type of booster to use.static XGBoost.BoosterType
XGBoost.BoosterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.BoosterType[]
XGBoost.BoosterType. 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.BoosterType Modifier and Type Method Description void
XGBoost. setBooster(XGBoost.BoosterType value)
Sets the type of booster to use.
-