Uses of Class
weka.classifiers.trees.XGBoost.Updater
-
Packages that use XGBoost.Updater Package Description weka.classifiers.trees -
-
Uses of XGBoost.Updater in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.Updater Modifier and Type Field Description protected XGBoost.Updater
XGBoost. m_Updater
Choice of algorithm to fit linear model.Methods in weka.classifiers.trees that return XGBoost.Updater Modifier and Type Method Description XGBoost.Updater
XGBoost. getUpdater()
Gets the choice of algorithm to fit the linear model.static XGBoost.Updater
XGBoost.Updater. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.Updater[]
XGBoost.Updater. 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.Updater Modifier and Type Method Description void
XGBoost. setUpdater(XGBoost.Updater value)
Sets the choice of algorithm to fit the linear model.
-