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.UpdaterXGBoost. m_UpdaterChoice of algorithm to fit linear model.Methods in weka.classifiers.trees that return XGBoost.Updater Modifier and Type Method Description XGBoost.UpdaterXGBoost. getUpdater()Gets the choice of algorithm to fit the linear model.static XGBoost.UpdaterXGBoost.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 voidXGBoost. setUpdater(XGBoost.Updater value)Sets the choice of algorithm to fit the linear model.
-