Uses of Class
weka.classifiers.trees.XGBoost.Verbosity
-
Packages that use XGBoost.Verbosity Package Description weka.classifiers.trees -
-
Uses of XGBoost.Verbosity in weka.classifiers.trees
Fields in weka.classifiers.trees declared as XGBoost.Verbosity Modifier and Type Field Description protected XGBoost.Verbosity
XGBoost. m_Verbosity
Verbosity of printing messages.Methods in weka.classifiers.trees that return XGBoost.Verbosity Modifier and Type Method Description XGBoost.Verbosity
XGBoost. getVerbosity()
Gets the verbosity level.static XGBoost.Verbosity
XGBoost.Verbosity. valueOf(String name)
Returns the enum constant of this type with the specified name.static XGBoost.Verbosity[]
XGBoost.Verbosity. 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.Verbosity Modifier and Type Method Description void
XGBoost. setVerbosity(XGBoost.Verbosity value)
Sets the verbosity level.
-