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.BoosterTypeXGBoost. m_BoosterTypeThe type of booster to use.Methods in weka.classifiers.trees that return XGBoost.BoosterType Modifier and Type Method Description XGBoost.BoosterTypeXGBoost. getBooster()Gets the type of booster to use.static XGBoost.BoosterTypeXGBoost.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 voidXGBoost. setBooster(XGBoost.BoosterType value)Sets the type of booster to use.
-